Stackie enables developers to configure the local environment/toolchain with
ease. Made for Pulumi CLI, Google Cloud Platform (gcloud
), and Amazon Web
Services (aws-cli
).
Stackie connects with your command line and continuously search in working directory for a Stackie configuration.
There are three possible configuration files.
pulumi:
cloudUrl: gs://hello-world
stackName: bjerk/prod
This configuration is probably shared with the team and pushed to the root
directory of the repository (or within the infra
folder maybe).
The personal Stackie configuration is used to store project-specific access tokens or setups that you need. This file should probably never be pushed to your repository.
This is where your secrets are stored away. It could look like this:
profiles:
- name: bobbafett
pulumi:
accessToken: my-token-here
- name: fintech-company
google:
configuration: fintech-company
export-application-default: true