Documentation ¶
Index ¶
- Constants
- func Configure(logger *log.Logger, app *kingpin.Application)
- type CleanupProjectCommand
- type DeleteInstallationCommand
- type DeployCommand
- type DirectorSSHCommand
- type GenerateConfigCommand
- type GetCredentialCommand
- type PrepareProjectCommand
- type PushTilesCommand
- type RemoteCommand
- type ReviewEulasCommand
- type SourceConfigCommand
Constants ¶
View Source
const ( RemoteName = "remote" Username = "omg" )
View Source
const CleanupProjectName = "cleanup-project"
View Source
const DeleteInstallationName = "delete-installation"
View Source
const DeployName = "deploy"
View Source
const DirectorSSHName = "director-ssh"
View Source
const GenerateConfigCommandName = "generate-config"
View Source
const GetCredentialName = "get-credential"
View Source
const PrepareProjectName = "prepare-project"
View Source
const PushTilesName = "push-tiles"
View Source
const ReviewEulasName = "review-eulas"
View Source
const SourceConfigCommandName = "source-config"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CleanupProjectCommand ¶ added in v1.1.0
type CleanupProjectCommand struct {
// contains filtered or unexported fields
}
type DeleteInstallationCommand ¶
type DeleteInstallationCommand struct {
// contains filtered or unexported fields
}
type DeployCommand ¶
type DeployCommand struct {
// contains filtered or unexported fields
}
type DirectorSSHCommand ¶ added in v1.1.0
type DirectorSSHCommand struct {
// contains filtered or unexported fields
}
type GenerateConfigCommand ¶
type GenerateConfigCommand struct {
// contains filtered or unexported fields
}
type GetCredentialCommand ¶
type GetCredentialCommand struct {
// contains filtered or unexported fields
}
type PrepareProjectCommand ¶
type PrepareProjectCommand struct {
// contains filtered or unexported fields
}
type PushTilesCommand ¶
type PushTilesCommand struct {
// contains filtered or unexported fields
}
type RemoteCommand ¶
type RemoteCommand struct {
// contains filtered or unexported fields
}
type ReviewEulasCommand ¶
type ReviewEulasCommand struct {
// contains filtered or unexported fields
}
type SourceConfigCommand ¶
type SourceConfigCommand struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.