Documentation
¶
Overview ¶
the root command is the entrypoint for the gordon cli (default: client)
the serve command is used to start the gordon server Path: internal/cli/cmd/serve.go
This upload feature is based on pocketbase's ghupdate command. Thank you for your work, @Gani Georgiev Check the original code here: https://github.com/pocketbase/pocketbase/blob/master/plugins/ghupdate/ghupdate.go
Index ¶
- func NewDeployCommand(a *cli.App) *cobra.Command
- func NewPingCommand(a *cli.App) *cobra.Command
- func NewPushCommand(a *cli.App) *cobra.Command
- func NewRootCommand(a *cli.App) *cobra.Command
- func NewServeCommand(a *server.App) *cobra.Command
- func NewUpdateCommand(a *cli.App) *cobra.Command
- func NewVersionCommand(a *cli.App) *cobra.Command
- type Config
- type HttpClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommand ¶
NewRootCommand creates a new root command
func NewServeCommand ¶
NewServeCommand creates a new serve command
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.