Trouble running octavia cli + airbyte approach on Mac machine

Summary

Encountering 404: Not Found error when trying to run octavia cli + airbyte approach on a locally running Airbyte instance on Mac machine


Question

Hi, i was trying to run the following in my mac machine. I have a locally instance of airbyte running and i was trying to explore this octavia cli + airbyte approach and analyse if it fits ours needs.
Code: curl -s -o- <https://raw.githubusercontent.com/airbytehq/airbyte/master/octavia-cli/install.sh>
Response terminal: 404: Not Found*%*



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["octavia-cli", "airbyte", "mac-machine", "404-error"]

Octavia cli was removed from the main repo. The official method is to use Terraform

In that case where can i find information for it? Because everytime i search for “CICD” or “dev to prod” airbyte i got results that show me octavia cli.
Our use case here is a standart process:
• 2 instances dev and prod (for what we know is the best option)
we want:
• track changes on github
• move what we create in dev to prod with PR to some git branch (if possible)
• make some credentials variables and use aws secret manager for that (because prod and dev have different access’s)
To be able to do this how do we configurate Terraform here?

Does it make sense to do IAAC on octavia-cli ? will it update to new versions of airbyte-platform ?

According to Marcos reply and what i read doesnt make sense to use octavia. So, best approach should be use terraform. Im just waiting for <@U01MMSDJGC9> reply here on my questions