module

package
v1.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL