-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
Expected Behavior
Per the documentation, it should be possible to set cloudmanager_environmentid as a default environment id.
Actual Behavior
The default value is not honored. Seems to have broken in 1.3.0 with the introduction of the ims context check hook.
Reproduction Scenario, Platform, and Version
Using 1.5.0 and aio 6.0.0
cloudmanager_environmentid is set
Steps to Reproduce
Steps to reproduce the behavior:
- Set
cloudmanager_environmentid - Run a command that accepts environmentId as the first argument and do not include it.
- Observe that an error is produced, e.g.
$ aio cloudmanager:environment:list-variables
› Error: Missing 1 required arg:
› environmentId the environment id
› See more help with --help