package
0.0.0-20210329172917-e29a942693d9
Repository: https://github.com/spatialbuzz/levant.git
Documentation: pkg.go.dev

# Constants

Consts which helps us track meta CLI falgs.
Consts which helps us track meta CLI falgs.
Consts which helps us track meta CLI falgs.

# Structs

DeployCommand is the command implementation that allows users to deploy a Nomad job based on passed templates and variables.
DispatchCommand is the command implementation that allows users to dispatch a Nomad job.
Meta contains the meta-options and functionality that nearly every Levant command inherits.
PlanCommand is the command implementation that allows users to plan a Nomad job based on passed templates and variables.
RenderCommand is the command implementation that allows users to render a Nomad job template based on passed templates and variables.
ScaleInCommand is the command implementation that allows users to scale a Nomad job out.
ScaleOutCommand is the command implementation that allows users to scale a Nomad job out.
VersionCommand is a Command implementation that prints the version.

# Type aliases

FlagSetFlags is an enum to define what flags are present in the default FlagSet returned by Meta.FlagSet.