Documentation
¶
Index ¶
- func NewAuthCommand(_ context.Context, _ *service.ServiceSet) (*cobra.Command, error)
- func NewAuthListCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewAuthLoginCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewAuthLogoutCommand(ctx context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewBundleCommand(_ context.Context, _ *service.ServiceSet) (*cobra.Command, error)
- func NewBundleDumpCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewBundleRestoreCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewCloneCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewConfigCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewConfigShowCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewCreateCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewCwdCommand(ctx context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewDeleteCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewForkCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewListCommand(ctx context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewManCommand(_ context.Context, _ *service.ServiceSet) (*cobra.Command, error)
- func NewMigrateCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewReposCommand(ctx context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewRootsAddCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewRootsCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewRootsListCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewRootsRemoveCommand(ctx context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewRootsSetPrimaryCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewSetDefaultHostCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func NewSetDefaultOwnerCommand(_ context.Context, svc *service.ServiceSet) (*cobra.Command, error)
- func RootsListRunE(svc *service.ServiceSet) func(*cobra.Command, []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthCommand ¶
func NewAuthListCommand ¶
func NewAuthLoginCommand ¶
func NewAuthLogoutCommand ¶
func NewBundleCommand ¶
func NewBundleDumpCommand ¶
func NewBundleRestoreCommand ¶
func NewCloneCommand ¶
func NewConfigCommand ¶
func NewConfigShowCommand ¶
func NewCreateCommand ¶
func NewCwdCommand ¶
NewCwdCommand creates a new command to print the local repository which the current working directory belongs to.
func NewDeleteCommand ¶
func NewForkCommand ¶
func NewListCommand ¶
NewListCommand creates a new command to list local repositories.
func NewManCommand ¶
func NewMigrateCommand ¶
func NewReposCommand ¶
func NewRootsAddCommand ¶
func NewRootsCommand ¶
func NewRootsListCommand ¶
func NewRootsRemoveCommand ¶
func RootsListRunE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.