Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { args.Globals Target string `arg:"" name:"target" help:"the target in the .buildtools.yaml" default:""` Tag string `name:"tag" help:"override the tag to deploy, not using the CI or VCS evaluated value" default:""` URL string `name:"url" help:"override the URL to the Git repository where files will be generated" default:""` Path string `name:"path" help:"override the path in the Git repository where files will be generated" default:""` User string `name:"user" help:"username for Git access" default:"git"` PrivateKey string `name:"key" help:"private key for Git access (defaults to ~/.ssh/id_rsa)" default:""` Password string `name:"password" help:"password for private key" default:""` Out string `name:"out" short:"o" help:"write output to specified file instead of committing and pushing to Git" default:""` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.