MCPcopy Create free account
hub / github.com/rilldata/rill / RuntimeCmd

Function RuntimeCmd

cli/cmd/sudo/runtime/runtime.go:8–19  ·  view source on GitHub ↗
(ch *cmdutil.Helper)

Source from the content-addressed store, hash-verified

6)
7
8func RuntimeCmd(ch *cmdutil.Helper) *cobra.Command {
9 cmd := &cobra.Command{
10 Use: "runtime",
11 Short: "Manage a runtime",
12 }
13
14 cmd.AddCommand(ManagerTokenCmd(ch))
15 cmd.AddCommand(ListInstancesCmd(ch))
16 cmd.AddCommand(DeleteInstanceCmd(ch))
17
18 return cmd
19}

Callers 1

SudoCmdFunction · 0.92

Calls 3

ManagerTokenCmdFunction · 0.85
ListInstancesCmdFunction · 0.85
DeleteInstanceCmdFunction · 0.85

Tested by

no test coverage detected