Use --load-aws-sdk-config to prefer loading credentials from configuration file over the credentials file. Passing this option will enable loading the profile from ~/.aws/config file.
Load environment variables from a file
Use --env-file <path-to-environment-variables-file> to load environment variables from a file. The loaded variables override existing variables with the same name. This option can be used multiple times.
The environment variables must be defined in a format accepted by dotenv, like so:
Set logging level
Use --log <level> option to choose the logging level.
Supported values are:
trace
debug
info (default)
warn
error
none (suppress all logging)
Set project dir
Use --dir <directory> or -d <directory> option to define the directory from where Takomo loads configuration.
Set variables
Pass --var and --var-file options to provide variables that can be used in stack group and stack configuration files and stack templates. Both options can be used multiple times.