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.
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:publishwhich works without any issues, but the command requires the user to hit
enterand typetrue(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 --helpwill only log the descriptions of the optionsname,versionandverify.Where do I need this?
in a Jenkins job for example.