plugin-seed
plugin-seed copied to clipboard
Publish all plugins without user interaction
Hello, I am using the plugin-seed template to implement some nativescript plugins. For publishing the plugins, I execute the command:
$ nx g @nativescript/plugin-tools:publish
which works without any issues, but the command requires the user to hit enter and type true(Sanity check) to publish all plugins. Is there a command that publishes all available plugins without user interaction?
Executing $ nx g @nativescript/plugin-tools:publish --help will only log the descriptions of the options name, version and verify.
Where do I need this?
in a Jenkins job for example.