Add remote sync command and tests

This commit is contained in:
2026-03-20 16:21:53 +01:00
parent 6ad74bb991
commit 344e10ac46
4 changed files with 92 additions and 1 deletions
+2
View File
@@ -50,6 +50,8 @@ this will check the health, and if not setup, it will prompt you to set up the C
- `shsf file overwrite`: Overwrite an existing file in a storage. (use `shsf file overwrite -h` first)
- `shsf file delete`: Delete a file from a storage. (use `shsf file delete -h` first)
- `shsf file list`: List files in a storage. (use `shsf file list -h` first)
- `shsf remote --id <id> --into <path>`: Pull files from a function into a local directory.
- `shsf remote --id <id> --from <path> [--force]`: Push files from a local directory to a function.
## Instructions
Use these commands for when you need to interact with shsf from the command line. Its faster than using the ui for almost all ops.