If you have different export credentials like me and don't want to copy and paste it everytime and don't want to waste your time by searching them you need them, you can configure them to exporter your terminal.
Exporter is a CLI library for saving different kind of export values with different names
Adding a new environment:
exporter set --name my-a-company-infra-creds --envs "key1=value1,key2=value2,key3=value3"
Output an existing environment's export values:
exporter environmentname
Listing environment configurations
exporter
$ make install
$ exporter --help
--help help for exporter
delete deletes environment configuration
set add new environment configuration
update updates existing environment configuration
If you would like to handle the build yourself, instead of fetching a binary, this is how we recommend doing it.
-
Make sure you have Go installed.
-
Clone this project
-
In the project directory run
$ make install
helm-ssm is available under the MIT license. See the LICENSE file for more info.
- go get -u github.com/spf13/cobra