#
environments
The environments
command is used to manage environments.
#
list
List all the environments.
terminal
baselime applications list
#
Examples
#
Example 1: Listing all environments
Command:
terminal
baselime environments list
Output:
output
✔ Fetching your environments
╔═══════════╤════════════════╤═════════════╤═══════════════════════════╗
║ Alias │ Account │ Region │ Created ║
╟───────────┼────────────────┼─────────────┼───────────────────────────╢
║ prod │ 111111111111 │ eu-west-2 │ 2022-05-13T20:27:53+00:00 ║
╚═══════════╧════════════════╧═════════════╧═══════════════════════════╝
✨ 1 environment
#
setup
Setup a new environment.
terminal
baselime environments setup --type aws --account <account_numner> --region <region> --alias <alias>
#
Options
--type
: The type of environment to setup. Currently supportsaws
--account
: Account number--region
: Region--alias
: An alias for the environment (eg. 'prod')
#
Examples
#
Example 1: Setting up an environment
Command:
terminal
baselime environments setup --type aws --account <account_numner> --region <region> --alias <alias>
Output:
Intercative.