MCPcopy
hub / github.com/iron-io/functions / Run

Function Run

fn/commands/images/run.go:14–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func Run() cli.Command {
15 r := runCmd{}
16
17 return cli.Command{
18 Name: "run",
19 Usage: "run a function locally",
20 ArgsUsage: "[username/image:tag]",
21 Flags: append(Runflags(), []cli.Flag{}...),
22 Action: r.run,
23 }
24}
25
26type runCmd struct{}
27

Callers

nothing calls this directly

Calls 1

RunflagsFunction · 0.85

Tested by

no test coverage detected