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

Method help

cli/commands/down.js:19–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 help() {
20
21 return {
22 description: 'Removes Autocode package from registry and cloud environment',
23 args: [
24 'environment'
25 ],
26 flags: {
27 r: 'Remove a release version (provide number)',
28 },
29 vflags: {
30 release: 'Remove a release version (provide number)',
31 }
32 };
33
34 }
35
36 run(params, callback) {
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected