Skip to content

bjerkio/stackie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackie

Stackie

lifecycle

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.

Stackie Config

There are three possible configuration files.

pulumi:
  cloudUrl: gs://hello-world
  stackName: bjerk/prod

Project-specific configuration (.stackie.yml)

This configuration is probably shared with the team and pushed to the root directory of the repository (or within the infra folder maybe).

Project and Developer-specific configuration (.stackie.local.yml)

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.

Developer-sepcific configuration (~/.config/stackie/config.yml)

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

About

Manage your DevOps configs with ease.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages