Documentation ¶
Index ¶
- Constants
- Variables
- func ChangeCompose(st recipe.Stack, rt runtime.Runtime, selectors []string, ...) error
- func Execute()
- func ExecuteStorjUP(exec func(stack recipe.Stack, rt runtime.Runtime, args []string) error) func(cmd *cobra.Command, args []string) error
- func FromDir(dir string) (runtime.Runtime, error)
Constants ¶
View Source
const SelectorHelp = "" /* 164-byte string literal not displayed */
SelectorHelp is a general note about how selectors supposed to be used.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "storj-up",
Short: "A golang wrapper for creating customized Storj environment with many components",
Long: `storj-up can be used to create containerized or standalone runtime environment,
leverages existing binaries, or even references code to be built in docker and create images.
For example:
storj-up build remote gerrit 5826`,
}
RootCmd represents the base command when called without any subcommands.
Functions ¶
func ChangeCompose ¶
func ChangeCompose(st recipe.Stack, rt runtime.Runtime, selectors []string, do func(composeService *types.ServiceConfig) error) error
ChangeCompose applies modification to compose based runtime services. Used mainly in legacy commands.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.