Jason Y

Results 2 comments of Jason Y

Agreed, we should be able to configure this in the cli.yml and/or with a `CIRCLECI_CLI_ORG_ID`environment variable.

From [the code](https://github.com/CircleCI-Public/circleci-cli/blob/667c7b3e7e8152ee9bfb37d241eac23dc8d08154/cmd/config.go#L165-L181), it appears `--org-id` is actually optional, so long as you are using `--org-slug`. We used to be able to use the org slug only but found that...