This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Open
Description
There are other commands like heroku members
that do support -t
and --team
and even encourages their use.
I think switching between commands that support this flag and others that doesn't, it might be really confusing to the user:
e.g.:
› heroku members -o my-team
member@email.com member
admin@email.com admin
▸ my-team is a Heroku Team
▸ Heroku CLI now supports Heroku Teams.
▸ Use -t or --team for teams like my-team
› heroku members -t my-team
member@email.com member
admin@email.com admin
› heroku apps -t my-team
▸ Error: Unexpected flag -t
▸ Usage: heroku apps
▸
▸ This flag is invalid for this command. Here are the accepted flags:
▸ -A, --all # include apps in all organizations
▸ -o, --org ORG # organization to use
▸ -p, --personal # list apps in personal account when a default org is set
▸ -s, --space SPACE # filter by space
▸ --json # output in json format
▸
▸ See more information with heroku apps --help
Metadata
Metadata
Assignees
Labels
No labels