Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObjectStoreCmd = &cobra.Command{ Use: "objectstore", Aliases: []string{"bucket", "buckets", "object", "objects"}, Short: "Civo Object Store/Bucket management commands", RunE: func(cmd *cobra.Command, args []string) error { err := cmd.Help() if err != nil { return err } return errors.New("a valid subcommand is required") }, }
ObjectStoreCmd manages Civo Object Store
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
- objectstore.go
- objectstore_create.go
- objectstore_credential_create.go
- objectstore_credential_delete.go
- objectstore_credential_export.go
- objectstore_credential_list.go
- objectstore_credential_secret.go
- objectstore_credential_update.go
- objectstore_delete.go
- objectstore_list.go
- objectstore_show.go
- objectstore_update.go
Click to show internal directories.
Click to hide internal directories.