mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
reworked html serving, added new permissions for api/auth, updated adapters
This commit is contained in:
@@ -7,6 +7,7 @@ export const schema: CliCommand = (program) => {
|
||||
.description("get schema")
|
||||
.option("--pretty", "pretty print")
|
||||
.action((options) => {
|
||||
console.log(getDefaultSchema(options.pretty));
|
||||
const schema = getDefaultSchema();
|
||||
console.log(options.pretty ? JSON.stringify(schema, null, 2) : JSON.stringify(schema));
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user