Hello :slightly_smiling_face: ! How can I specify ...
# help-api-cli-orchestration
o
Hello 🙂 ! How can I specify the location of my sources, destinations and connections
configuration.yaml
files to my
octavia apply
command ? I saw the
--file
option but it does not work properly. My folders are like this : • stack ◦ airbyte ▪︎ configs • connections ◦ configuration.yaml • sources ◦ configuration.yaml • destinations ◦ configuration.yaml I usually
cd stack/airbyte/configs && octavia apply
, but I would like to
octavia apply --file stack/airbyte/configs
so it detect all folders containing my
configuration.yaml
files from anywhere I am and apply it Thanks for the help 😄 !
u
A message from kapa.ai
u
New message text here
o
@kapa.ai Thanks for this answer, this is what I was wondering, Airbyte should add an option to detect all configuration.yaml files in directory and apply it. Maybe create an issue on github :)
u
A message from kapa.ai
u
New message text here
o
Unfortunately
octavia apply --file stack/airbyte/configs/connections/configuration.yaml
does not work from my root project folder. I am getting this error :
Error: Your octavia project is not initialized, please run 'octavia init' before running this command.
I need to cd
stack/airbyte/configs
to
octavia apply --file ./connections/configuration.yaml
to make it works. It really need an issue about executing octavia command anywhere from the project folder