()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected