Skip to content

Commit b2f00c2

Browse files
committed
snapshots
1 parent 71d3bbc commit b2f00c2

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

src/commands/config/cmd-config-get.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ describe('socket config get', async () => {
2626
--json Output result as json
2727
--markdown Output result as markdown
2828
29+
Keys:
30+
31+
- apiBaseUrl -- Base URL of the API endpoint
32+
- apiToken -- The API token required to access most API endpoints
33+
- apiProxy -- A proxy through which to access the API
34+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
35+
2936
Examples
3037
$ socket config get FakeOrg --repoName=test-repo"
3138
`

src/commands/config/cmd-config-list.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ describe('socket config get', async () => {
2727
--json Output result as json
2828
--markdown Output result as markdown
2929
30+
Keys:
31+
32+
- apiBaseUrl -- Base URL of the API endpoint
33+
- apiToken -- The API token required to access most API endpoints
34+
- apiProxy -- A proxy through which to access the API
35+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
36+
3037
Examples
3138
$ socket config list FakeOrg --repoName=test-repo"
3239
`

src/commands/config/cmd-config-unset.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ describe('socket config unset', async () => {
2626
--json Output result as json
2727
--markdown Output result as markdown
2828
29+
Keys:
30+
31+
- apiBaseUrl -- Base URL of the API endpoint
32+
- apiToken -- The API token required to access most API endpoints
33+
- apiProxy -- A proxy through which to access the API
34+
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
35+
2936
Examples
3037
$ socket config unset FakeOrg --repoName=test-repo"
3138
`

0 commit comments

Comments
 (0)