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
I want to upgrade to the latest version but I don't want to deal with any breaking changes. I can't find anything that looks like release notes, a changelog, or a migration guide.
Can you please point me to this resource?
Thank you.
The text was updated successfully, but these errors were encountered:
I've gone ahead and tried to upgrade since it seems like I need it to use the HTTP Endpoints functionality.
I've migrated my scripts for secrets (every single thing had a breaking change); and I'm stuck migrating my push -- how do I get it to behave the same as --strategy=replace-by-name?
We don't have a "migration guide" but there shouldn't be too many difficult changes. A few things to watch out for:
import and export are still supported commands, but they're aliased (and more commonly referred to as now) push and pull, respectively
strategy is no longer a supported param, the default (and only) behavior with the new CLI is replace-by-name
when in doubt, consult realm-cli <cmd> --help if you find yourself not able to figure out any other flag (there are also a few internal/undocumented flags that we capture in the README of this repo
I would also recommend you do a fresh pull ("fresh" being into a brand new, empty directory) of whatever app you plan to work with... we have updated the structure of configuration files that get exported for an app, so by doing this you can make sure you are working with our latest and greatest
Hello,
I want to upgrade to the latest version but I don't want to deal with any breaking changes. I can't find anything that looks like release notes, a changelog, or a migration guide.
Can you please point me to this resource?
Thank you.
The text was updated successfully, but these errors were encountered: