initc

package
v1.2.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: LGPL-3.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

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