Skip to main content

CreateFixupScript

Creates a fixup script

Examples

Basic usage:

octo-cli -c CreateFixupScript `
-n "Migration Script" `
-f "./migration.js" `
-o "10" `
-e "true"

Options

ShortLongRequiredDescription
-e--enabledyesTrue if the script should be enabled, otherwise false
-n--nameyesName of the script
-f--fileyesFile to import
-o--orderNumberyesOrder number the script is executed.
-r--replacenoWhen defined, an existing fixup script is replaced.