1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-16 08:13:21 +00:00

get org collection

This commit is contained in:
Kyle Spearrin
2019-09-25 17:11:48 -04:00
parent 7ab60c1f76
commit 77d24f6b8a
3 changed files with 38 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ export class Program extends BaseProgram {
.description('Get an object from the vault.')
.option('--itemid <itemid>', 'Attachment\'s item id.')
.option('--output <output>', 'Output directory or filename for attachment.')
.option('--organizationid <organizationid>', 'Organization id for an organization object.')
.on('--help', () => {
writeLn('\n Objects:');
writeLn('');