Skip to content

Commit 3ebf7e4

Browse files
committed
Update snapshots
1 parent b1ff8ed commit 3ebf7e4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('socket config get', async () => {
3535
- apiToken -- The API token required to access most API endpoints
3636
- 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.
3737
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
38+
- isTestingV1 -- For development of testing the next major bump
3839
3940
Examples
4041
$ socket config get FakeOrg --repoName=test-repo"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe('socket config get', async () => {
3636
- apiToken -- The API token required to access most API endpoints
3737
- 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.
3838
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
39+
- isTestingV1 -- For development of testing the next major bump
3940
4041
Examples
4142
$ socket config list FakeOrg --repoName=test-repo"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ describe('socket config get', async () => {
4040
- apiToken -- The API token required to access most API endpoints
4141
- 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.
4242
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
43+
- isTestingV1 -- For development of testing the next major bump
4344
4445
Examples
4546
$ socket config set apiProxy https://example.com"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('socket config unset', async () => {
3535
- apiToken -- The API token required to access most API endpoints
3636
- 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.
3737
- enforcedOrgs -- Orgs in this list have their security policies enforced on this machine
38+
- isTestingV1 -- For development of testing the next major bump
3839
3940
Examples
4041
$ socket config unset FakeOrg --repoName=test-repo"

0 commit comments

Comments
 (0)