Source code here

License: MIT

Run on any cloud ☁️

SXCloud CLI bootstraps infrastructure in the cloud in preparation for your Infra-as-Code pipeline. Of course, you are free to run on any subset of Cloud providers.

Requierements

  • For GCP, you will need to login with gcloud. If you do not want to install gcloud, see here for alternatives.
  • For AWS, you will need an access key ID and a secret access key. See here for details. You then need to set the AWS_REGION environment variable to the region your bucket is in.
  • For Azure, you will need to add your storage account name and key as environment variables (AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY, respectively). See here for details.

Quickstart

sxcloud config create --provider aws --region eu-west-2 > config.yaml
sxcloud init