From 0be63e5287554fe5bd0489b7b4800d99170f0c02 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 20 Mar 2026 16:28:37 +0100 Subject: [PATCH] Fixed spacing --- OpenclawSkill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenclawSkill.md b/OpenclawSkill.md index c446d90..8af5792 100644 --- a/OpenclawSkill.md +++ b/OpenclawSkill.md @@ -16,7 +16,6 @@ shsf health this will check the health, and if not setup, it will prompt you to set up the CLI. ## Commands - - `shsf count functions`: Count your functions. Add `--full` to list them. - `shsf count namespaces`: Count your namespaces. Add `--full` to list them. - `shsf count storages`: Count your storages. Add `--full` to list them. @@ -50,6 +49,7 @@ 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 pull --id --into [--force]`: Pull files from a function into a local directory. - `shsf remote push --id --from [--force]`: Push files from a local directory to a function.