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

Method help

cli/commands/tokens/add-to-env.js:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 help() {
24 return {
25 description: 'Sets STDLIB_SECRET_TOKEN in env.json "local" field to the value of an existing token',
26 };
27 }
28
29 run(params, callback) {
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected