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

Method help

cli/commands/up.js:64–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 help() {
65
66 return {
67 description: 'Pushes Autocode package to registry and cloud environment',
68 args: [
69 'environment'
70 ],
71 flags: {
72 r: 'Upload a release package',
73 f: 'Force deploy'
74 },
75 vflags: {
76 release: 'Upload a release package',
77 force: 'Force deploy'
78 }
79 };
80
81 }
82
83 run(params, callback) {
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected