diff --git a/src/commands/new/file.ts b/src/commands/new/file.ts index 9e1759c5aea..6ed01deeb26 100644 --- a/src/commands/new/file.ts +++ b/src/commands/new/file.ts @@ -157,7 +157,7 @@ export default class NewFile extends Command { } else{ - console.log("Please use either yml and yaml extension file") + console.log("CLI Support only yml, yaml and json extension for file") return ;