Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BootstrapCmd = &cobra.Command{ Use: "bootstrap", Short: "Bootstrap the CodeArtifact domain and repository", Long: ``, Args: cobra.ExactArgs(0), Run: bootstrapCommand, }
View Source
var Cmd = &cobra.Command{
Use: "module <command> ",
Short: "Interact with Rain modules in CodeArtifact",
Long: `The rain module command can be used to publish modules to CodeArtifact, and to install modules from CodeArtifact.
You must pass the --experimental (-x) flag to use this command, to acknowledge that it is experimental and likely to be unstable!
`,
}
View Source
var InstallCmd = &cobra.Command{ Use: "install <name>", Short: "Install a package of Rain modules from CodeArtifact", Long: ``, Args: cobra.ExactArgs(1), Run: install, }
View Source
var PublishCmd = &cobra.Command{ Use: "publish <name>", Short: "Publish a directory of Rain modules to CodeArtifact", Long: ``, Args: cobra.ExactArgs(1), Run: publish, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.