WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

CLI: Add `system` directory as a special directory #757

Closed NevynUK closed 3 months ago

NevynUK commented 3 months ago

We would like to have a system directory to store system specific information that should persist between reboots and other operations such as deployment. With this in mind we would like /meadow0/system to be ignored in deployment operations. So meadow app deploy should not delete files in the system directory.

For other file operations where a specific action is specified, say meadow file delete -f system/file.txt then CLI should behave as it would for any file operation, so the specified file would be deleted.

adrianstevens commented 3 months ago

great - that should be easy enough

adrianstevens commented 3 months ago

Done - will ship with v2.0.55