()
| 14 | } |
| 15 | |
| 16 | help() { |
| 17 | |
| 18 | return { |
| 19 | description: [ |
| 20 | 'Adds a new hostname route from a source custom hostname to a target service you own.', |
| 21 | 'Accepts wildcards wrapped in curly braces ("{}") or "*" at the front of the hostname.' |
| 22 | ].join('\n'), |
| 23 | args: [ |
| 24 | 'source', |
| 25 | 'target' |
| 26 | ] |
| 27 | }; |
| 28 | |
| 29 | } |
| 30 | |
| 31 | run(params, callback) { |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected