We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108d1a commit 80a6fb5Copy full SHA for 80a6fb5
.stats.yml
@@ -1,4 +1,4 @@
1
-configured_endpoints: 16
+configured_endpoints: 15
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-2b3066c21238e834fda5197e6afbbfaaf41e189a1cc9b3c14a892b90d5a209ba.yml
3
openapi_spec_hash: 96d0b5cd724b242a0943129fdc79bdca
4
-config_hash: e067ae06bf3960c94ede3714d871bd25
+config_hash: 1f0aea39d9fcf2531ddd132193d485f9
pkg/cmd/cmd.go
@@ -52,13 +52,6 @@ var Command = cli.Command{
52
},
53
54
55
- {
56
- Name: "projects:snippets",
57
- Commands: []*cli.Command{
58
- &projectsSnippetsCreateRequest,
59
- },
60
61
-
62
{
63
Name: "builds",
64
Commands: []*cli.Command{
pkg/cmd/projectsnippet.go
0 commit comments