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
logger.fail(stripIndents`${colors.bgRed(colors.white('Input error'))}: Please provide the required fields:
76
-
77
-
- Config key should be the first arg ${!key ? colors.red('(missing!)') : !supportedConfigKeys.has(keyasany) ? colors.red('(invalid config key!)') : colors.green('(ok)')}
--dryRun Do input validation for a command and exit 0 when input is ok
28
-
--help Print this help.
29
-
--json Output result as json
30
-
--markdown Output result as markdown
26
+
Options
27
+
--dryRun Do input validation for a command and exit 0 when input is ok
28
+
--help Print this help.
29
+
--json Output result as json
30
+
--markdown Output result as markdown
31
31
32
-
Keys:
32
+
Keys:
33
33
34
-
- apiBaseUrl -- Base URL of the API endpoint
35
-
- apiProxy -- A proxy through which to access the API
36
-
- apiToken -- The API token required to access most API endpoints
37
-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
38
-
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
34
+
- apiBaseUrl -- Base URL of the API endpoint
35
+
- apiProxy -- A proxy through which to access the API
36
+
- apiToken -- The API token required to access most API endpoints
37
+
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
38
+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
logger.fail(stripIndents`${colors.bgRed(colors.white('Input error'))}: Please provide the required fields:
71
-
72
-
- Config key should be the first arg ${!key ? colors.red('(missing!)') : !supportedConfigKeys.has(keyasany) ? colors.red('(invalid config key!)') : colors.green('(ok)')}
--dryRun Do input validation for a command and exit 0 when input is ok
28
-
--full Show full tokens in plaintext (unsafe)
29
-
--help Print this help.
30
-
--json Output result as json
31
-
--markdown Output result as markdown
26
+
Options
27
+
--dryRun Do input validation for a command and exit 0 when input is ok
28
+
--full Show full tokens in plaintext (unsafe)
29
+
--help Print this help.
30
+
--json Output result as json
31
+
--markdown Output result as markdown
32
32
33
-
Keys:
33
+
Keys:
34
34
35
-
- apiBaseUrl -- Base URL of the API endpoint
36
-
- apiProxy -- A proxy through which to access the API
37
-
- apiToken -- The API token required to access most API endpoints
38
-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
39
-
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
35
+
- apiBaseUrl -- Base URL of the API endpoint
36
+
- apiProxy -- A proxy through which to access the API
37
+
- apiToken -- The API token required to access most API endpoints
38
+
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
39
+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
40
40
41
-
Examples
42
-
$ socket config list FakeOrg --repoName=test-repo"
43
-
`
41
+
Examples
42
+
$ socket config list FakeOrg --repoName=test-repo"
--dryRun Do input validation for a command and exit 0 when input is ok
28
-
--help Print this help.
29
-
--json Output result as json
30
-
--markdown Output result as markdown
26
+
Options
27
+
--dryRun Do input validation for a command and exit 0 when input is ok
28
+
--help Print this help.
29
+
--json Output result as json
30
+
--markdown Output result as markdown
31
31
32
-
This is a crude way of updating the local configuration for this CLI tool.
32
+
This is a crude way of updating the local configuration for this CLI tool.
33
33
34
-
Note that updating a value here is nothing more than updating a key/value
35
-
store entry. No validation is happening. The server may reject your config.
34
+
Note that updating a value here is nothing more than updating a key/value
35
+
store entry. No validation is happening. The server may reject your config.
36
36
37
-
Keys:
37
+
Keys:
38
38
39
-
- apiBaseUrl -- Base URL of the API endpoint
40
-
- apiProxy -- A proxy through which to access the API
41
-
- apiToken -- The API token required to access most API endpoints
42
-
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
43
-
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
39
+
- apiBaseUrl -- Base URL of the API endpoint
40
+
- apiProxy -- A proxy through which to access the API
41
+
- apiToken -- The API token required to access most API endpoints
42
+
- defaultOrg -- The default org slug to use when appropriate; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
43
+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
logger.fail(stripIndents`${colors.bgRed(colors.white('Input error'))}: Please provide the required fields:
80
-
81
-
- Config key should be the first arg ${!key ? colors.red('(missing!)') : !supportedConfigKeys.has(keyasany) ? colors.red('(invalid config key!)') : colors.green('(ok)')}
82
-
83
-
- Key value should be the remaining args (use \`del\` to unset a value) ${!value ? colors.red('(missing!)') : colors.green('(ok)')}`)
0 commit comments