initc

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 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(_ *cli.Context) error {
		_, err := utils.GetPrivateKey(ethHexPK, ethHexPKPath)
		if err != nil {
			return err
		}
		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