Fulltext results:
- base-ssh-login
- ====== base-ssh-login ====== Logs into a remote host using ssh. This can be used to open a remote sesssion, but usus... ly execute a command. ===== Usage ===== base-ssh-login SERVICE [ COMMAND ] * ''SERVICE'': a key... resent, an interactive shell will be opened by ''ssh''. ===== Returns ===== Returns the output of th
- base-exec-superuser
- mmand as a given user. Command is executed using ssh if the user is not on localhost. Before executing... is executed either locally or remote using base-ssh-login. ===== Returns ===== Returns the output o
- base-ssh-mount
- ====== base-ssh-mount ====== Mounts a remote share using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a servic
- base-ssh-umount
- ====== base-ssh-umount ====== Unmounts a remote share which had been mounted using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a servic
- base-exec-user
- mmand as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===... s executed either locally or remote using [[base-ssh-login]]. ===== Returns ===== Returns the output
- base-net-load-url
- renced by the URL. ===== Examples ===== <code bash> base-net-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-load-url ${PASSWORD_URL}) </
- base-repo-get-value
- service definition. ===== Example ===== <code bash> # # service must be a zone (have $ZONE set) if [
- base-repo-get-service
- e ''eval'' command. ===== Example ===== <code bash> # # get service config config=$(base-repo-get-se