Skip to content

Commit

Permalink
chore: Handle -> ID BREAKING CHANGE (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-welch authored Jun 13, 2023
1 parent 7af21b7 commit db609e6
Show file tree
Hide file tree
Showing 17 changed files with 1,425 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .assets/pspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6882,7 +6882,7 @@
},
{
"name": "list",
"description": "List projects in your team.\n\nPick a subset of fields to display:\n```\npspace project list -F handle -F name -F dtCreated\n```",
"description": "List projects in your team.\n\nPick a subset of fields to display:\n```\npspace project list -F id -F name -F dtCreated\n```",
"summary": "List projects.",
"usage": " pspace project [flags]",
"flags": [
Expand Down
Loading

0 comments on commit db609e6

Please sign in to comment.