Skip to content

Commit

Permalink
add default registry-url value
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva953 <[email protected]>
  • Loading branch information
Shiva953 committed Jan 26, 2024
1 parent ce425d2 commit 3e30ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/generate/fromTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default class Template extends Command {
description: 'Maps all schema references from base url to local folder'
}),
'registry-url': Flags.string({
default: 'https://registry.npmjs.org',
description: 'Specifies the URL of the private registry for fetching templates and dependencies'
}),
'registry-auth': Flags.string({
Expand Down

0 comments on commit 3e30ace

Please sign in to comment.