Re-exports§
pub use crate::args::run_cli;pub use crate::args::run_cli_with_args;
Modules§
- args
- Specifies CLI arguments and commands
- cli
- Implements CLI commands and helper functions
- cloudformation
- Defines types and helper functions for AWS
CloudFormation - errors
- Custom error definitions
Structs§
- Vault
- Vault implementation that initializes a vault instance and handles all the vault operations.
- Vault
Config - Optional parameters for a
Vaultinstance.
Enums§
- Create
Stack Result - Result data for initializing a new vault stack.
- Update
Stack Result - Result data for updating the vault stack.
- Value
- Value enum for handling vault secret data as either UTF-8 or binary.
Functions§
- get_
aws_ config - Return AWS SDK config with optional region name to use.
- get_
env_ variable - Return possible env variable value as Option.
- resolve_
aws_ config_ from_ args - Get AWS SDK config from optional arguments.