UNPKG

@backstage/cli

Version:

CLI for developing Backstage plugins and apps

16 lines (12 loc) 410 B
'use strict'; var lazy = require('../../lib/lazy.cjs.js'); function registerCommands(program) { program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action( lazy.lazy( () => import('./commands/create-github-app/index.cjs.js'), "default" ) ); } exports.registerCommands = registerCommands; //# sourceMappingURL=index.cjs.js.map