8000 Add support for -t / --team on teams · Issue #140 · heroku/heroku-apps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
Add support for -t / --team on teams #140
Open
@raulb

Description

@raulb

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

cc @simpsoka @ike-delorenzo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0