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.
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. Someadow app deploy
should not delete files in thesystem
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.