MCPcopy Create free account
hub / github.com/acode/cli / help

Method help

cli/commands/rebuild.js:21–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 help() {
22
23 return {
24 description: 'Rebuilds a service (useful for registry performance updates), alias of `lib restart -b`',
25 args: [
26 'environment'
27 ],
28 flags: {
29 r: 'Rebuild a release package'
30 },
31 vflags: {
32 release: 'Rebuild a release package'
33 }
34 };
35
36 }
37
38 run(params, callback) {
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected