@marsson/ciutils 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -26
- package/oclif.lock +2751 -4292
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
@@ -110,31 +110,5 @@ sf plugins
|
|
110
110
|
## Commands
|
111
111
|
|
112
112
|
<!-- commands -->
|
113
|
-
* [`sf reporton deployment`](#sf-reporton-deployment)
|
114
113
|
|
115
|
-
## `sf reporton deployment`
|
116
|
-
|
117
|
-
Summary of a command.
|
118
|
-
|
119
|
-
```
|
120
|
-
USAGE
|
121
|
-
$ sf reporton deployment -o <value> -d <value> [--json] [-a]
|
122
|
-
|
123
|
-
FLAGS
|
124
|
-
-a, --awaitcompletion If the aplication should respond every 30 sec until the deployment is complete.
|
125
|
-
-d, --deploymentid=<value> (required) The id of the deployment that we want to report on.
|
126
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
127
|
-
configuration variable is already set.
|
128
|
-
|
129
|
-
GLOBAL FLAGS
|
130
|
-
--json Format output as json.
|
131
|
-
|
132
|
-
DESCRIPTION
|
133
|
-
Summary of a command.
|
134
|
-
|
135
|
-
More information about a command. Don't repeat the summary.
|
136
|
-
|
137
|
-
EXAMPLES
|
138
|
-
$ sf reporton deployment
|
139
|
-
```
|
140
114
|
<!-- commandsstop -->
|