Install and configure the hoop.dev CLI to interact with your applications.
$HOME/.hoop/config.toml
in your local machine$HOME/.hoop/config.yaml
--grpc-url
is obtained automatically from the Api when a user Sign In (issue the hoop login
command)API_URL
, GRPC_URL
and TLS_CA
configurationhoop connect
command allows you to create an interactive session with a remote resource.
The resource include the interactive terminal console or native protocols.
env
to a connection with the bash
as interpreter/tmp/myscript.sh
using bash
as the interpreter/tmp/myscript.sh
by reading it from the standard input using bash
as interpreter