forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(command-docs): update command docs
- Loading branch information
1 parent
e1affe3
commit 83154c8
Showing
19 changed files
with
139 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
`@flxbl-io/sfp flow` | ||
=================== | ||
==================== | ||
|
||
Manage flows in your org | ||
|
||
* [`@flxbl-io/sfp flow activate`](#flxbliosfp-flow-activate) | ||
* [`@flxbl-io/sfp flow cleanup`](#flxbliosfp-flow-cleanup) | ||
* [`@flxbl-io/sfp flow deactivate`](#flxbliosfp-flow-deactivate) | ||
* [`@flxbl-io/sfp flow activate`](#flxbl-iosfp-flow-activate) | ||
* [`@flxbl-io/sfp flow cleanup`](#flxbl-iosfp-flow-cleanup) | ||
* [`@flxbl-io/sfp flow deactivate`](#flxbl-iosfp-flow-deactivate) | ||
|
||
## `@flxbl-io/sfp flow activate` | ||
|
||
Activate the flow on a target org | ||
|
||
``` | ||
USAGE | ||
$ @flxbl-io/sfp flow activate -u <value> [-f <value>] [-p <value>] [--loglevel | ||
$ @flxbl-io/sfp flow activate -o <value> [-f <value>] [-p <value>] [--loglevel | ||
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] | ||
FLAGS | ||
-f, --developername=<value> The developer name of the flow | ||
-o, --targetorg=<value> (required) Username or alias of the target org. | ||
-p, --namespaceprefix=<value> Use to specify a specific namespace prefix | ||
-u, --targetorg=<value> (required) Username or alias of the target org. | ||
--loglevel=<option> [default: info] logging level for this command invocation | ||
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL> | ||
DESCRIPTION | ||
Activate the flow on a target org | ||
``` | ||
|
||
_See code: [src/commands/flow/activate.ts](https://github.com/flxbl-io/sfp)_ | ||
_See code: [src/commands/flow/activate.ts](https://github.com/flxbl-io/sfp/blob/v37.0.1/src/commands/flow/activate.ts)_ | ||
|
||
## `@flxbl-io/sfp flow cleanup` | ||
|
||
Cleanup inactive flows on a target org | ||
|
||
``` | ||
USAGE | ||
$ @flxbl-io/sfp flow cleanup -u <value> [-f <value>] [-p <value>] [--loglevel | ||
$ @flxbl-io/sfp flow cleanup -o <value> [-f <value>] [-p <value>] [--loglevel | ||
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] | ||
FLAGS | ||
-f, --developername=<value> The developer name of the flow | ||
-o, --targetorg=<value> (required) Username or alias of the target org. | ||
-p, --namespaceprefix=<value> Use to specify a specific namespace prefix | ||
-u, --targetorg=<value> (required) Username or alias of the target org. | ||
--loglevel=<option> [default: info] logging level for this command invocation | ||
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL> | ||
DESCRIPTION | ||
Cleanup inactive flows on a target org | ||
``` | ||
|
||
_See code: [src/commands/flow/cleanup.ts](https://github.com/flxbl-io/sfp)_ | ||
_See code: [src/commands/flow/cleanup.ts](https://github.com/flxbl-io/sfp/blob/v37.0.1/src/commands/flow/cleanup.ts)_ | ||
|
||
## `@flxbl-io/sfp flow deactivate` | ||
|
||
Deactivate the flow on a target org | ||
|
||
``` | ||
USAGE | ||
$ @flxbl-io/sfp flow deactivate -u <value> [-f <value>] [-p <value>] [--loglevel | ||
$ @flxbl-io/sfp flow deactivate -o <value> [-f <value>] [-p <value>] [--loglevel | ||
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] | ||
FLAGS | ||
-f, --developername=<value> The developer name of the flow | ||
-o, --targetorg=<value> (required) Username or alias of the target org. | ||
-p, --namespaceprefix=<value> Use to specify a specific namespace prefix | ||
-u, --targetorg=<value> (required) Username or alias of the target org. | ||
--loglevel=<option> [default: info] logging level for this command invocation | ||
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL> | ||
DESCRIPTION | ||
Deactivate the flow on a target org | ||
``` | ||
|
||
_See code: [src/commands/flow/deactivate.ts](https://github.com/flxbl-io/sfp)_ | ||
_See code: [src/commands/flow/deactivate.ts](https://github.com/flxbl-io/sfp/blob/v37.0.1/src/commands/flow/deactivate.ts)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.