Push local edits for content of kind $0 with name $1 to the remote server.
Steps
- •
Detect the local folder first by invoking the
detect-local-content-folderskill with arguments$0 $1. - •
Determine which files to push. If the context of this conversation makes it clear which specific files were changed, push only those files:
shlabctl content push $0 $1 --dir <folder> --force --file <file1> --file <file2>
The
--filepaths are relative to the content directory (e.g.,index.md,__static__/image.png).Otherwise, push the entire directory:
shlabctl content push $0 $1 --dir <folder> --force