Reassign an Instance Step
$ catalytic instance reassign step <StepId> <NewAssigneeEmail> [--format=<FormatExpression>] [--credentials=<CredentialsName>]
This command reassigns an Instance Step to a different user on a Catalytic team.
You must be the Instance Step assignee or an Instance admin to perform this command.
Option | Description |
---|---|
<StepId> | The Catalytic system ID of the Instance Step to complete. |
<NewAssigneeEmail> | The email address of the Catalytic use to whom the Instance Step should be reassigned. |
--format=<FormatExpression> | A FormatExpression to define the output style and properties. See Formatting Output and Instance Step Properties for more information. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Reassign Instance Step with Id 10000000-0000-0000-0000-000000000000
to user "[email protected]
"
$ catalytic instance reassign step 10000000-0000-0000-0000-000000000000 "[email protected]"
Updated over 4 years ago