8000 feat(cli): make schedule show cmd more useful to admins · Issue #10428 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
feat(cli): make schedule show cmd more useful to admins #10428
Closed
@johnstcn

Description

@johnstcn

Currently, coder schedule only shows schedule details for a single workspace.
It would be more useful for administrators to allow them to see schedule details for multiple workspaces.

There are a number of quality-of-life improvements possible here:

  • Allow specifying multiple workspaces in canonical user/workspace form e.g. coder schedule show user1/ws1 user1/ws2 user2/ws1
  • Allow passing an optional --all argument to show all workspaces e.g. coder schedule show --all
  • Allow filtering by status similar to coder list e.g. coder schedule show --search 'status:running' (implies --all)
  • Make the output be a proper table in order to be consistent with coder list.

Metadata

Metadata

Assignees

Labels

cliArea: CLI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0