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
The remote .env file should be downloadable for offline use. Local files should also be pushable back to the remote once a network connection is available to sync any changes made.
Offline mode should only be allowed in development environment to avoid accidental ENV dumping or overriding on production servers.
If no --url argument is passed, it should default to ENVOKU_URL environment variable if one exists then, finally, raise an exception that no remote URL can be detected.
--path will default to .env to allow developers to download the file wherever they want.
Upload will work in a similar fashion to download, however extra confirmation should be presented as it is a destructive remote action. A diff would ideally be displayed to show the changes made locally before overwrite is confirmed.
The text was updated successfully, but these errors were encountered:
The remote
.env
file should be downloadable for offline use. Local files should also be pushable back to the remote once a network connection is available to sync any changes made.Offline mode should only be allowed in
development
environment to avoid accidental ENV dumping or overriding on production servers.If no
--url
argument is passed, it should default toENVOKU_URL
environment variable if one exists then, finally, raise an exception that no remote URL can be detected.--path
will default to.env
to allow developers to download the file wherever they want.Upload will work in a similar fashion to download, however extra confirmation should be presented as it is a destructive remote action. A diff would ideally be displayed to show the changes made locally before overwrite is confirmed.
The text was updated successfully, but these errors were encountered: