Documentation
¶
Overview ¶
Package commands implements the CLI commands for the application
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "talis", Short: "Talis CLI - A command line interface for Talis API", Long: `Talis CLI is a command line tool for managing infrastructure and jobs through the Talis API. Complete documentation is available at https://github.com/celestiaorg/talis`, PersistentPreRunE: func(_ *cobra.Command, _ []string) error { return initClient() }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately.
func GetProjectsCmd ¶
GetProjectsCmd returns the projects command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.