Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "setup", Usage: "setup the woodpecker-cli for the first time", Args: true, ArgsUsage: "[server]", Flags: []cli.Flag{ &cli.StringFlag{ Name: "server", Usage: "The URL of the woodpecker server", }, &cli.StringFlag{ Name: "token", Usage: "The token to authenticate with the woodpecker server", }, }, Action: setup, }
Command exports the setup command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.