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
Attempt to automatically discover the correct value for given config KEY.
26
+
Attempt to automatically discover the correct value for a given config KEY.
27
27
28
-
Keys:
29
-
30
-
- apiBaseUrl -- Base URL of the API endpoint
31
-
- apiProxy -- A proxy through which to access the API
32
-
- apiToken -- The API token required to access most API endpoints
33
-
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
34
-
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
35
-
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
36
-
- org -- Alias for defaultOrg
37
-
38
-
For certain keys it will request the value from server, for others it will
39
-
reset the value to the default. For some keys this has no effect.
28
+
Examples
29
+
$ socket config auto defaultOrg
40
30
41
31
Keys:
42
-
43
32
- apiBaseUrl -- Base URL of the API endpoint
44
33
- apiProxy -- A proxy through which to access the API
45
34
- apiToken -- The API token required to access most API endpoints
46
35
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
47
36
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
48
-
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
49
37
- org -- Alias for defaultOrg
50
-
51
-
Examples
52
-
$ socket config auto defaultOrg"
38
+
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively"
- apiToken -- The API token required to access most API endpoints
35
35
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
36
36
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
37
-
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
38
37
- org -- Alias for defaultOrg
38
+
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
- apiToken -- The API token required to access most API endpoints
42
42
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
43
43
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
44
-
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
45
44
- org -- Alias for defaultOrg
45
+
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
- apiToken -- The API token required to access most API endpoints
36
36
- defaultOrg -- The default org slug to use; usually the org your API token has access to. When set, all orgSlug arguments are implied to be this value.
37
37
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
38
-
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
39
38
- org -- Alias for defaultOrg
39
+
- skipAskToPersistDefaultOrg -- This flag prevents the CLI from asking you to persist the org slug when you selected one interactively
0 commit comments