You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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 --help
will only log the descriptions of the optionsname
,version
andverify
.Where do I need this?
in a Jenkins job for example.
The text was updated successfully, but these errors were encountered: