aws-profile:delete
Overview and basic usage
Deletes AWS profile from your system.
- You will be prompted to enter the profile name
Copy
stacktape aws-profile:delete
API reference
Options
logFormat (--lf)
Format of logs printed to your console.
Type: string ENUM
Possible values: basicfancyjsonnormal
Available options:
fancy
: Logs are colorized and dynamically re-rendered.normal
: Logs are colorized but not dynamically re-rendered.basic
: Simple text onlyjson
: Logs are printed as JSON objects
logLevel (--ll)
Level of logs that are being printed to the console.
Type: string ENUM
Possible values: debugerrorinfo
Available options:
info
: Prints basic information about everything that's happening.error
: Prints only errors.debug
: Prints detailed information about everything that's happening.