Projects
List projects, inspect project details, summarize health, and update fields.
Project commands help you understand and update a larger body of work. Use them when a task belongs to a project, when you need the current project state, or when you want a quick health snapshot.
plot project list
Use plot project list to list projects in the active workspace. Filter by team
or collection when you want a narrower list.
plot project list --team ENGplot project get
Use plot project get to inspect a project and its summary data. Pass the
project slug or public ID.
plot project get checkout-redesign-a1b2c3d4e5f6plot project summary
Use plot project summary when you want a quick project health snapshot instead
of the full project details.
plot project summary checkout-redesign-a1b2c3d4e5f6plot project update
Use plot project update to change mutable project fields, such as the owner.
plot project update checkout-redesign-a1b2c3d4e5f6 --owner @meUse none to clear the owner.
plot project update checkout-redesign-a1b2c3d4e5f6 --owner none