Documentation ¶
Overview ¶
Package cmd implements all the falcoctl commands.
Index ¶
- func Execute()
- func New(ctx context.Context) *cobra.Command
- func NewArtifactCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
- func NewArtifactInfoCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewArtifactInstallCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewArtifactSearchCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewIndexAddCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewIndexCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
- func NewIndexListCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewIndexRemoveCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewIndexUpdateCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewInstallCmd() *cobra.Command
- func NewInstallTLSCmd() *cobra.Command
- func NewLoginCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewLogoutCmd(opt *commonoptions.CommonOptions) *cobra.Command
- func NewPullCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewPushCmd(ctx context.Context, opt *options.CommonOptions) *cobra.Command
- func NewRegistryCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArtifactCmd ¶
func NewArtifactCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
NewArtifactCmd return the artifact command.
func NewArtifactInfoCmd ¶
NewArtifactInfoCmd returns the artifact info command.
func NewArtifactInstallCmd ¶
NewArtifactInstallCmd returns the artifact install command.
func NewArtifactSearchCmd ¶
NewArtifactSearchCmd returns the artifact search command.
func NewIndexAddCmd ¶
NewIndexAddCmd returns the index add command.
func NewIndexCmd ¶
func NewIndexCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
NewIndexCmd returns the index command.
func NewIndexListCmd ¶
NewIndexListCmd returns the index list command.
func NewIndexRemoveCmd ¶
NewIndexRemoveCmd returns the index remove command.
func NewIndexUpdateCmd ¶
NewIndexUpdateCmd returns the index update command.
func NewInstallTLSCmd ¶
NewInstallTLS creates the `install tls` command
func NewLoginCmd ¶
NewLoginCmd returns the login command.
func NewLogoutCmd ¶
func NewLogoutCmd(opt *commonoptions.CommonOptions) *cobra.Command
NewLogoutCmd returns the logout command.
func NewPullCmd ¶
NewPullCmd returns the pull command.
func NewPushCmd ¶
NewPushCmd returns the push command.
func NewRegistryCmd ¶
func NewRegistryCmd(ctx context.Context, opt *commonoptions.CommonOptions) *cobra.Command
NewRegistryCmd returns the registry command.
Types ¶
This section is empty.