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