Documentation
¶
Index ¶
- func NewAppCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewCommitCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewDeleteCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewListCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewLogsCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewRestartCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewStartCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewStatusCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewStopCommand(squareCli cli.SquareCLI) *cobra.Command
- func NewUploadCommand(squareCli cli.SquareCLI) *cobra.Command
- type CommitOptions
- type RunEFunc
- type UploadOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommitOptions ¶
type CommitOptions struct {
ConfigFile *squareconfig.SquareConfig
File *os.File
FileName string
ApplicationID string
Restart bool
}
type UploadOptions ¶
type UploadOptions struct {
ConfigFile *squareconfig.SquareConfig
File string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.