ExCredstash.CLI (ExCredstash v0.1.1)
View SourceCommand-line interface for ExCredstash.
Build with: mix escript.build
Usage: ./credstash <command> [options]
Available Commands
setup- Create DynamoDB tableput <name> [value]- Store a secret (reads stdin if no value)get <name>- Retrieve a secretgetall- Retrieve all secretslist- List all credentialskeys- List unique credential namesdelete <name>- Delete all versions of a secret
Global Options
-r, --region- AWS region-t, --table- DynamoDB table name-k, --key- KMS key ID-h, --help- Show help
Summary
Functions
Main entry point for the escript.