This project, cloud-shell-scripts
, includes a set of utility scripts designed to enhance the experience of using StackQL within the native cloud shell environments of AWS, Google Cloud, and Azure. These scripts facilitate seamless integration and interaction with StackQL, enabling users to manage cloud resources across multiple providers more efficiently.
- AWS Cloud Shell Script: Simplifies AWS credentials fetching and role assumption, making StackQL commands execution straightforward.
- Google Cloud Shell Script: Leverages StackQL's support for interactive authentication to manage Google Cloud resources with ease.
- Azure Cloud Shell Script: Utilizes Azure's default interactive authentication for hassle-free management of Azure resources using StackQL.
- Ensure the latest StackQL Linux build artifact (
stackql_linux_amd64.zip
) is downloaded into thebin
directory - Execute the
build_package.sh
script to prepare the StackQL package with all necessary scripts:sh build_package.sh
- Add the resultant
package/stackql_linux_amd64.zip
to a StackQL release in GitHub
- Download the package
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
- Run the AWS script to start using StackQL:
sh stackql-aws-cloud-shell.sh
- Download the package
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
- Run the Google Cloud script to begin:
sh stackql-google-cloud-shell.sh
- Download the package
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
- Run the Azure script to begin:
sh stackql-azure-cloud-shell.sh
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License. See LICENSE
for more information.