plugin-seed icon indicating copy to clipboard operation
plugin-seed copied to clipboard

Publish all plugins without user interaction

Open abdallahkadour opened this issue 2 years ago • 0 comments

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.

abdallahkadour avatar Nov 22 '22 10:11 abdallahkadour