CreateFixupScript
Creates a fixup script
Examples
Basic usage:
octo-cli -c CreateFixupScript `
-n "Migration Script" `
-f "./migration.js" `
-o "10" `
-e "true"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-e | --enabled | yes | True if the script should be enabled, otherwise false |
-n | --name | yes | Name of the script |
-f | --file | yes | File to import |
-o | --orderNumber | yes | Order number the script is executed. |
-r | --replace | no | When defined, an existing fixup script is replaced. |