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

Method help

cli/commands/release.js:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 help() {
18
19 return {
20 description: 'Pushes release of Autocode package to registry and cloud (Alias of `lib up -r`)'
21 };
22
23 }
24
25 run(params, callback) {
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected