@marsson/ciutils 0.0.6 → 0.0.7
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 +2 -8
- package/oclif.lock +2945 -1889
- package/oclif.manifest.json +49 -97
- package/package.json +5 -4
package/README.md
CHANGED
@@ -119,7 +119,7 @@ Summary of a command.
|
|
119
119
|
|
120
120
|
```
|
121
121
|
USAGE
|
122
|
-
$ sf remove assignments -b PermissionSet|PermissionSetGroup|Group -u <value> -o <value> [
|
122
|
+
$ sf remove assignments -b PermissionSet|PermissionSetGroup|Group -u <value> -o <value> [-n <value>]
|
123
123
|
|
124
124
|
FLAGS
|
125
125
|
-b, --object=<option>... (required) The object for which the assignment will be removed.
|
@@ -130,9 +130,6 @@ FLAGS
|
|
130
130
|
-u, --usernames=<value>... (required) The list of usernames to be unassigned from the selected object. If in a
|
131
131
|
sandbox, the script will look for "usename" and "username".sandbox for unassignment.
|
132
132
|
|
133
|
-
GLOBAL FLAGS
|
134
|
-
--json Format output as json.
|
135
|
-
|
136
133
|
DESCRIPTION
|
137
134
|
Summary of a command.
|
138
135
|
|
@@ -153,7 +150,7 @@ Summary of a command.
|
|
153
150
|
|
154
151
|
```
|
155
152
|
USAGE
|
156
|
-
$ sf reporton deployment -o <value> -d <value> [
|
153
|
+
$ sf reporton deployment -o <value> -d <value> [-a]
|
157
154
|
|
158
155
|
FLAGS
|
159
156
|
-a, --awaitcompletion If the aplication should respond every 30 sec until the deployment is complete.
|
@@ -161,9 +158,6 @@ FLAGS
|
|
161
158
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
162
159
|
configuration variable is already set.
|
163
160
|
|
164
|
-
GLOBAL FLAGS
|
165
|
-
--json Format output as json.
|
166
|
-
|
167
161
|
DESCRIPTION
|
168
162
|
Summary of a command.
|
169
163
|
|