Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "aws-ps [command] [option]",
Short: "AWS parameter store export helper",
Long: `AWS parameter store export helper:
ex)
$ aws-ps load -p /path/to/key
> export ENV_KEY=value;ENV_KEY_2=value2
usage)
$ $(AWS_REGION=ap-northeast-1 aws-ps load -p /path/to/key) && run.sh
then aws-ps will export environment parameters fetched from AWS Parameter Store:
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.