Documentation
¶
Index ¶
- Variables
- func NewConfigSecret() *cobra.Command
- func NewCopyCmd() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewExportCmd() *cobra.Command
- func NewImportCmd() *cobra.Command
- func NewInfoCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewPublishCmd() *cobra.Command
- func NewPushCmd() *cobra.Command
- func NewSelectCmd() *cobra.Command
- func StreamProjectToHub(ctx context.Context, hubApi *hub.HubApi, projectContext *hub.ProjectContext) error
- func StreamProjectToHubBySignedUrl(ctx context.Context, hubApi *hub.HubApi, projectContext *hub.ProjectContext, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCommand = &cobra.Command{ Use: "projects", Aliases: []string{"project", "pro"}, Short: "Manage project", Long: `Manage project`, }
Functions ¶
func NewConfigSecret ¶ added in v0.0.34
func NewCopyCmd ¶ added in v0.0.45
func NewCreateCmd ¶
func NewDeleteCmd ¶
func NewExportCmd ¶ added in v0.0.41
func NewImportCmd ¶ added in v0.0.41
func NewInfoCmd ¶ added in v0.0.98
func NewInitCmd ¶
func NewListCmd ¶
func NewPublishCmd ¶ added in v0.0.41
func NewPushCmd ¶
func NewSelectCmd ¶ added in v0.0.106
func StreamProjectToHub ¶ added in v0.0.41
func StreamProjectToHubBySignedUrl ¶ added in v0.0.41
func StreamProjectToHubBySignedUrl(ctx context.Context, hubApi *hub.HubApi, projectContext *hub.ProjectContext, params project.ExportProjectParams) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.