Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/handlers/descriptors/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ copy:

example: |
# Copy a project called `test` from `ipctl-dev` to `ipctl-staging`
$ ipctl copy test --from ipctl-dev --to ipctl-staging
$ ipctl copy project test --from ipctl-dev --to ipctl-staging

# Copy a project and set the group `admins` as the owner
$ ipctl copy test --from ipctl-dev --to ipctl-staging --member type=group,name=admins,access=owner
$ ipctl copy project test --from ipctl-dev --to ipctl-staging --member type=group,name=admins,access=owner

clear:
use: projects
Expand Down