Skip to content

Commit 9c74040

Browse files
committed
adding status field to get clone command
1 parent 7ad222b commit 9c74040

File tree

1 file changed

+1
-0
lines changed
  • packages/b2c-cli/src/commands/sandbox/clone

1 file changed

+1
-0
lines changed

packages/b2c-cli/src/commands/sandbox/clone/get.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default class CloneGet extends OdsCommand<typeof CloneGet> {
7878
['Source Instance', clone?.sourceInstance],
7979
['Target Instance', clone?.targetInstance],
8080
['Realm', clone?.realm],
81+
['Status', clone?.status],
8182
['Progress', clone?.progressPercentage === undefined ? '-' : `${clone.progressPercentage}%`],
8283
['Created At', clone?.createdAt ? new Date(clone.createdAt).toLocaleString() : undefined],
8384
['Created By', clone?.createdBy],

0 commit comments

Comments
 (0)