RayNCooper / migre

[DEPRECATED] An oclif-based CLI tool to generically migrate structure of appwrite instances
GNU General Public License v3.0
2 stars 0 forks source link

Update local .env file with collection IDs returned from appwrite instance #1

Open RayNCooper opened 3 years ago

RayNCooper commented 3 years ago

When migrating a collection structure, appwrite returns a collection ID for every created collection. The returned collection IDs should be applied to a local .env file or optionally other files after migration. Every app that relies on environmental variables for collection IDs can make use of this tool, enabling rapid prototyping of collection structures.

RayNCooper commented 3 years ago

Alternatively: Print out changed Collection IDs in copy & paste friendly form.