Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cli describe workspaces no longer also lists projects #8609

Merged
merged 1 commit into from
Jan 2, 2024

Commits on Dec 20, 2023

  1. chore: cli describe workspaces no longer also lists projects

    Old:
    `det workspace describe <workspace>` (when executed with out `--json`)
    used to first print a table of information about the passed workspace
    and then would print another table listing all the projects that belong
    to the workspace.
    
    New:
    `det workspace describe <workspace>` *only* describes the passed
    workspace
    
    Justification:
    `det workspace list-projects <workspace>` is already a thing. If a user
    wants to list workspaces they can run that command. The old behavior
    was awkward to implement because it needed to assume parameters to
    list-projects that would normally be passed as flags to `det workspace
    -list-projects`.
    wes-turner committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9d39966 View commit details
    Browse the repository at this point in the history