You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/CLI-for-JFrog-Mission-Control.md
+56-56
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ Syntax
15
15
16
16
Where:
17
17
18
-
|||
19
-
|---|---|
20
-
| command-name | The command to execute. Note that you can use either the full command name or its abbreviation. |
21
-
| global-options | A set of global options that may be used for all commands:<br><br>`--url:` (Optional) Mission Control URL.<br><br>`--access-token:` (Optional) Mission Control admin access token.<br><br>**Use the config command**<br><br>To avoid having to set these for every command, you may set them once using the [config](#CLIforJFrogMissionControl-Configuration) command and then omit them for every following command. |
22
-
| command-options | A set of options corresponding to the command |
23
-
| arguments | A set of arguments corresponding to the command |
| command-name | The command to execute. Note that you can use either the full command name or its abbreviation.|
21
+
| global-options | A set of global options that may be used for all commands:<br><br>`--url:` (Optional) Mission Control URL.<br><br>`--access-token:` (Optional) Mission Control admin access token.<br><br>**Use the config command**<br><br>To avoid having to set these for every command, you may set them once using the [config](#CLIforJFrogMissionControl-Configuration) command and then omit them for every following command. |
22
+
| command-options | A set of options corresponding to the command |
23
+
| arguments | A set of arguments corresponding to the command|
24
24
25
25
26
26
@@ -31,16 +31,16 @@ Commands
31
31
32
32
The following sections describe the commands available in the JFrog CLI for use with JFrog Mission Control.
33
33
34
-
### Adding a JPD
34
+
### Adding a JPD
35
35
36
-
|||
37
-
|---|---|
38
-
| Command name | jpd-add |
39
-
| Abbreviation | ja |
40
-
| Description | Adds a JPD to Mission Control |
41
-
| Command arguments ||
42
-
| Config | Path to a JSON configuration file containing the JPD details. |
43
-
| Command options | The command accepts no options, other than the global options. |
| Description | Delete a JPD from Mission Control.|
73
+
| Command arguments ||
74
+
| JPD ID | The ID of the JPD to be removed from Mission Control.|
75
+
|||
76
+
| Command options | The command accepts no options, other than the global options. |
77
77
78
78
**Example**
79
79
80
80
jf mc jd my-jpd-id
81
81
82
82
### Acquiring a License
83
83
84
-
|||
85
-
|---|---|
86
-
| Command name | license-acquire |
87
-
| Abbreviation | la |
88
-
| Description | Acquire a license from the specified bucket and mark it as taken by the provided name. |
89
-
| Command arguments ||
90
-
| Bucket ID | Bucket name or identifier to acquire license from. |
91
-
| Name | A custom name used to mark the license as taken. Can be a JPD ID or a temporary name. If the license does not end up being used by a JPD, this is the name that should be used to release the license. |
92
-
|||
93
-
| Command options | The command accepts no options, other than the global options. |
| Description | Acquire a license from the specified bucket and mark it as taken by the provided name.|
89
+
| Command arguments ||
90
+
| Bucket ID | Bucket name or identifier to acquire license from.|
91
+
| Name | A custom name used to mark the license as taken. Can be a JPD ID or a temporary name. If the license does not end up being used by a JPD, this is the name that should be used to release the license. |
92
+
|||
93
+
| Command options | The command accepts no options, other than the global options.|
94
94
95
95
**Examples**
96
96
@@ -102,17 +102,17 @@ Assign a license from the _my-bucket-id_ and mark it as taken by _my-unique-name
102
102
103
103
### Deploying a License
104
104
105
-
|||
106
-
|---|---|
107
-
| Command name | license-deploy |
108
-
| Abbreviation | ld |
109
-
| Description | pecified bucket to an existing JPD. You may also deploy a number of licenses to an Artifactory HA. |
110
-
| Command arguments ||
111
-
| Bucket ID | Bucket name or identifier to deploy licenses from. |
112
-
| JPD ID | An existing JPD's ID. |
113
-
|||
114
-
| Command options ||
115
-
| --license-count |\[Default: 1\]<br><br>The number of licenses to deploy. Minimum value is 1. |
0 commit comments