MCPcopy Create free account
hub / github.com/DBCDK/morph / deploymentArg

Function deploymentArg

morph.go:63–68  ·  view source on GitHub ↗
(cmd *kingpin.CmdClause)

Source from the content-addressed store, hash-verified

61)
62
63func deploymentArg(cmd *kingpin.CmdClause) {
64 cmd.Arg("deployment", "File containing the nix deployment expression").
65 HintFiles("nix").
66 Required().
67 ExistingFileVar(&deployment)
68}
69
70func attributeArg(cmd *kingpin.CmdClause) {
71 cmd.Arg("attribute", "Name of attribute to inspect").

Callers 8

evalCmdFunction · 0.85
buildCmdFunction · 0.85
pushCmdFunction · 0.85
executeCmdFunction · 0.85
deployCmdFunction · 0.85
healthCheckCmdFunction · 0.85
uploadSecretsCmdFunction · 0.85
listSecretsCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected