Skip to content

Commit e787c43

Browse files
committed
feat: deployed source indicates when it's checkOnly from api response
1 parent 8021370 commit e787c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/deployResultFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class DeployResultFormatter implements Formatter<DeployResultJson> {
219219
type: { header: 'Type' },
220220
filePath: { header: 'Path' },
221221
};
222-
const title = 'Deployed Source';
222+
const title = this.result.response.checkOnly ? 'Validated Source' : 'Deployed Source';
223223
const options = { title: tableHeader(title) };
224224
ux.log();
225225

0 commit comments

Comments
 (0)