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

Method help

cli/commands/hostnames/add.js:16–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected