Documentation ¶
Overview ¶
Package initc provides subcommands to initialize templates to get started with DeepSquare. It will initialize a job.<generated name>.yaml with a JSON schema in the cache or /tmp directory.
USAGE:
dps init [command options] [arguments...]
OPTIONS:
--output value, -o value Output path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "init", Usage: "Bootstrap a job workflow file.", Flags: flags, Action: func(cCtx *cli.Context) error { return prepareFiles() }, }
Command is the init command used to bootstrap a job workflow file.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.