Fulltext results:
- base-ssh-login @z:relax:api:base
- ====== 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... nd to be executed. If not present, an interactive shell will be opened by ''ssh''. ===== Returns ====
- base-ssh-mount @z:relax:api:base
- ====== base-ssh-mount ====== Mounts a remote share using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a service defi
- base-ssh-umount @z:relax:api:base
- ====== 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 service defi
- base-exec-superuser @z:relax:api:base
- 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-exec-user @z:relax:api:base
- 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 @z:relax:api:base
- 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-service @z:relax:api:base
- ervice definition. This is usually evaluated in a shell script by the ''eval'' command. ===== Example ===== <code bash> # # get service config config=$(base-repo-get-se
- host-user-list @z:relax:api:host
- /etc/passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "
- base-repo-get-value @z:relax:api:base
- service definition. ===== Example ===== <code bash> # # service must be a zone (have $ZONE set) if [