Usage:
ipctl copy project --from --to profile [flags]
Examples:
Copy a project called test from ipctl-dev to ipctl-staging
$ ipctl copy 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
the word 'project' is missing in the 2 examples "ipctl copy PROJECT test ..." Usage has it but example doesnot.
Usage:
ipctl copy project --from --to profile [flags]
Examples:
Copy a project called
testfromipctl-devtoipctl-staging$ ipctl copy test --from ipctl-dev --to ipctl-staging
Copy a project and set the group
adminsas the owner$ ipctl copy test --from ipctl-dev --to ipctl-staging --member type=group,name=admins,access=owner
the word 'project' is missing in the 2 examples "ipctl copy PROJECT test ..." Usage has it but example doesnot.