aws configure
to set up your profilesTFENV_ARCH=amd64
brew install openssl
if not installed already, and then
cd kc-rapid-cloud
kc --version
kc activate
and follow promptsConfirm your RapidCloud Activation
(check for spam folder just in case)
kc init create-env and follow prompts
kc init set-env --env {name_of_your_environment}
kc help -
list all available commands
kc help [module]
(e.g. kc help ingest
) - shows help for specific module
kc status
displays your environment resources and their status
kc account
shows your organization subscription information and all users
kc metadata show
displays all metadata collected for current environment
kc tf init
generate terraform modules for current environment
kc tf plan
show terraform plan
kc tf apply
deploy environment infrastructure
kc tf destroy
destroy environment infrastructure