We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021370 commit e787c43Copy full SHA for e787c43
src/formatters/deployResultFormatter.ts
@@ -219,7 +219,7 @@ export class DeployResultFormatter implements Formatter<DeployResultJson> {
219
type: { header: 'Type' },
220
filePath: { header: 'Path' },
221
};
222
- const title = 'Deployed Source';
+ const title = this.result.response.checkOnly ? 'Validated Source' : 'Deployed Source';
223
const options = { title: tableHeader(title) };
224
ux.log();
225
0 commit comments