Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "object", Short: "Operations with Objects", Long: `Operations with Objects`, PersistentPreRun: func(cmd *cobra.Command, args []string) { commonflags.Bind(cmd) commonflags.BindAPI(cmd) }, }
Cmd represents the object command
Functions ¶
func InitBearer ¶
InitBearer adds bearer token flag to a command.
func Prepare ¶
func Prepare(cmd *cobra.Command, prms ...RPCParameters)
Prepare prepares object-related parameters for a command.
Types ¶
Click to show internal directories.
Click to hide internal directories.