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 ususally it's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ===== Usage ===== ba... ICE'': a key of an user or host definition in the repository. From this, the following properties are
- base-exec-user
- * ''USER'': A key of an user definition in the repository. From this, the following properties are used: * ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HO
- base-repo-get-value
- ====== base-repo-get-value ====== Loads a service configuration from the repository and outputs a single value (for the given key) to STDOUT. ===== Usage ===== base-repo-get-value SERVICE KEY * ''SERVICE'': A key of a service definition in the repository. * ''KEY'': The key for the value in th
- base-repo-get-service
- ====== base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDOUT. ===== Usage ===== base-repo-get-service SERVICE * ''SERVICE'': a key of a service definition in the repository. ===== Returns ===== Returns the servic
- base-exec-superuser
- * ''USER'': A key of an user definition in the repository. From this, the following properties are ... to be executed. It is executed either locally or remote using base-ssh-login. ===== Returns ===== Returns the output of the command.
- base-net-load-url
- oad-url URL * ''URL'': the URL to load. ===== Returns ===== Returns the contents of the resource referenced by the URL. ===== Examples ===== <code bash> base-net-load-url "${service_url}" </
- base-ssh-mount
- ====== base-ssh-mount ====== Mounts a remote share using sshfs/fuse (sftp). ===== Usage ===== bas... E * ''SERVICE'': A key of a service definition in the repository. ===== Returns ===== No output.
- base-ssh-umount
- ====== base-ssh-umount ====== Unmounts a remote share which had been mounted using sshfs/fuse (sftp).... E * ''SERVICE'': A key of a service definition in the repository. ===== Returns ===== No output.