File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
internal/namespaces/ipfs/v1alpha1 Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/moby/buildkit v0.11.6
2323 github.com/opencontainers/go-digest v1.0.0
2424 github.com/pkg/errors v0.9.1
25- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3
25+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f
2626 github.com/spf13/cobra v1.7.0
2727 github.com/spf13/pflag v1.0.5
2828 github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
274274github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
275275github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
276276github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
277- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3 h1:Qc8zmH5LqWj3veWJrX1tXrQU7O2QJCdAJ9oPPJfZM2s =
278- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3 /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
277+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f h1:h/skrTv7wKdxr88CjkD2cdVLaWqarBwXRQTE1XCraKg =
278+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
279279github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 /go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg =
280280github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
281281github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ func GetGeneratedCommands() *core.Commands {
2222 ipfsRoot (),
2323 ipfsIpfs (),
2424 ipfsVolume (),
25+ ipfsToken (),
2526 ipfsVolumeCreate (),
2627 ipfsVolumeGet (),
2728 ipfsVolumeList (),
@@ -60,6 +61,15 @@ func ipfsVolume() *core.Command {
6061 }
6162}
6263
64+ func ipfsToken () * core.Command {
65+ return & core.Command {
66+ Short : `manage token in ipfs cli` ,
67+ Long : `manage token in ipfs cli.` ,
68+ Namespace : "ipfs" ,
69+ Resource : "token" ,
70+ }
71+ }
72+
6373func ipfsVolumeCreate () * core.Command {
6474 return & core.Command {
6575 Short : `Create volume in S3 bucket` ,
You can’t perform that action at this time.
0 commit comments