Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadCommand ¶
type DownloadCommand struct {
// OutFile is the path to the download output file.
OutFile string
}
DownloadCommand is the command line data structure for the download command.
type FindUserProfileUserProfileCommand ¶ added in v1.1.2
type FindUserProfileUserProfileCommand struct {
Payload string
ContentType string
PrettyPrint bool
}
FindUserProfileUserProfileCommand is the command line data structure for the FindUserProfile action of userProfile
func (*FindUserProfileUserProfileCommand) RegisterFlags ¶ added in v1.1.2
func (cmd *FindUserProfileUserProfileCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetMyProfileUserProfileCommand ¶
type GetMyProfileUserProfileCommand struct {
PrettyPrint bool
}
GetMyProfileUserProfileCommand is the command line data structure for the GetMyProfile action of userProfile
func (*GetMyProfileUserProfileCommand) RegisterFlags ¶
func (cmd *GetMyProfileUserProfileCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetUserProfileUserProfileCommand ¶
GetUserProfileUserProfileCommand is the command line data structure for the GetUserProfile action of userProfile
func (*GetUserProfileUserProfileCommand) RegisterFlags ¶
func (cmd *GetUserProfileUserProfileCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UpdateMyProfileUserProfileCommand ¶
type UpdateMyProfileUserProfileCommand struct {
Payload string
ContentType string
PrettyPrint bool
}
UpdateMyProfileUserProfileCommand is the command line data structure for the UpdateMyProfile action of userProfile
func (*UpdateMyProfileUserProfileCommand) RegisterFlags ¶
func (cmd *UpdateMyProfileUserProfileCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UpdateUserProfileUserProfileCommand ¶
type UpdateUserProfileUserProfileCommand struct {
Payload string
ContentType string
// User ID
UserID string
PrettyPrint bool
}
UpdateUserProfileUserProfileCommand is the command line data structure for the UpdateUserProfile action of userProfile
func (*UpdateUserProfileUserProfileCommand) RegisterFlags ¶
func (cmd *UpdateUserProfileUserProfileCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.