-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: ionic state save --pin
#665
Comments
+1 |
+1 |
I think alternatively, we should be able to use Cordova commands for this: of course, we would love to see ionic state save/restore doing this. |
Hello all! Thanks for opening an issue with us. We are currently in the process of deprecating the |
ionic state save
currently builds thecordovaPlugin
list inpackage.json
by collecting the plugin names fromplugins/fetch.json
. It would be nice if we could indicate, that we want to "pin" the current version of the plugins and the CLI somehow figures out a way to get the current version of the plugin and adds it as@x.y.z
after the plugin name so futureionic state restore
will restore exactly that version.(Idea how to get plugin version: package.json and config.xml of plugin folder both contain the
version
)The text was updated successfully, but these errors were encountered: