-
Notifications
You must be signed in to change notification settings - Fork 314
Unknown option '--allow-missing-repository' #1735
Copy link
Copy link
Open
Labels
cli(Component: cli) Open VSX command-line client(Component: cli) Open VSX command-line client
Description
When I package or publish my extension using ovsx I get this warning:
WARNING A 'repository' field is missing from the 'package.json' manifest file.
Use --allow-missing-repository to bypass.
Do you want to continue? [y/N] y
For vsce I can use the suggested option allow-missing-repository to bypass with warning and hence make the command work in my CI/CD pipeline.
But for ovsx adding this option does not work - although it has been suggested as you can see above.
ovsx publish --allow-missing-repository --no-dependencies
error: unknown option '--allow-missing-repository'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cli(Component: cli) Open VSX command-line client(Component: cli) Open VSX command-line client