Description
If you specify a profile with --profile, alcli won't let you know if a) the configuration file doesn't exist, or b) that profile can't be found in the file.
What I Did
> cat ~/.alertlogic/config
[production]
access_key_id = blahblah
secret_key = hunter2
> alcli --profile banana aims get_account_details --account_id 1234
Access Denied
Description
If you specify a profile with
--profile, alcli won't let you know if a) the configuration file doesn't exist, or b) that profile can't be found in the file.What I Did