We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad222b commit 9c74040Copy full SHA for 9c74040
packages/b2c-cli/src/commands/sandbox/clone/get.ts
@@ -78,6 +78,7 @@ export default class CloneGet extends OdsCommand<typeof CloneGet> {
78
['Source Instance', clone?.sourceInstance],
79
['Target Instance', clone?.targetInstance],
80
['Realm', clone?.realm],
81
+ ['Status', clone?.status],
82
['Progress', clone?.progressPercentage === undefined ? '-' : `${clone.progressPercentage}%`],
83
['Created At', clone?.createdAt ? new Date(clone.createdAt).toLocaleString() : undefined],
84
['Created By', clone?.createdBy],
0 commit comments