Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "flyteadmin", Short: "Fill in later", Long: ` To get started run the serve subcommand which will start a server on localhost:8088: flyteadmin serve Then you can hit it with the client: flyteadmin adminservice foo bar baz Or over HTTP 1.1 with curl: curl -X POST http://localhost:8088/api/v1/projects' `, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return initConfig(cmd.Flags()) }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.