Skip to content

Commit 2082d81

Browse files
feat: Initialize volume with data
1 parent 7a035cb commit 2082d81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-8d6866aa3992e382f0b6f29951ba074a3f92c87e2c00bcd020bd01fcc4e211c8.yml
3-
openapi_spec_hash: ea97baa0f320c14acf47abae1e16e592
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-ab6e971141b5e1f4e16583c5a17a9b30c488105b86cd2f06ded8930c1d3fe76e.yml
3+
openapi_spec_hash: bc58aaa77f9944435c91eb9129a3f105
44
config_hash: b4e65d240d7bca1ba6162ee2098c8ac2

pkg/cmd/volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
var volumesCreate = cli.Command{
1616
Name: "create",
17-
Usage: "Create volume",
17+
Usage: "Creates a new volume. Supports two modes:",
1818
Flags: []cli.Flag{
1919
&cli.StringFlag{
2020
Name: "name",

0 commit comments

Comments
 (0)