We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ca2f4 commit e0c7121Copy full SHA for e0c7121
src/cli/keyrings.command.ts
@@ -33,7 +33,7 @@ export class KeyringsCreateCommand extends CommandRunner {
33
const keyring = await this.inquirer.ask<KeyringsCreateDto>('keyrings-create-questions', undefined);
34
try {
35
const key = (await this.keyringsService.create(keyring)) as Keyrings;
36
- console.log('Keyring created successfully', key.toJSON());
+ // console.log('Keyring created successfully', key.toJSON());
37
const options = {
38
scopes: ['api'],
39
};
0 commit comments