Push local 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. - •
Push the content from the detected folder:
shlabctl content push $0 $1 --dir <folder> --force
If no local folder was detected, report an error - cannot push content without local source files.
The --force flag overwrites remote files with local ones without confirmation.