zuplo tunnel --helpzuplo tunnelTunnel commandsCommands: zuplo tunnel create Creates a new tunnel in your account zuplo tunnel delete Deletes a tunnel in your account zuplo tunnel describe Describes a tunnel in your account zuplo tunnel list Lists the tunnels in your account zuplo tunnel rotate-token Rotates the token for a tunnel in your account zuplo tunnel services Tunnel services commands
bash
Use these commands to help your manage your
tunnels. They must be run from the root of your
Zuplo project.
# For brevity, the commands assume that you have exported your API key as an environment variable,# export ZUPLO_API_KEY=zpka_d67b7e241bb948758f415b79aa8exxxx_2efbxxxxzuplo tunnel create --tunnel-name my-tunnelzuplo tunnel list
# For brevity, the commands assume that you have exported your API key as an environment variable,# export ZUPLO_API_KEY=zpka_d67b7e241bb948758f415b79aa8exxxx_2efbxxxxzuplo tunnel delete --tunnel-id tnl_xxxxxxxxxxx
# For brevity, the commands assume that you have exported your API key as an environment variable,# export ZUPLO_API_KEY=zpka_d67b7e241bb948758f415b79aa8exxxx_2efbxxxxzuplo tunnel describe --tunnel-id tnl_xxxxxxxxxxx
Your running container needs a single environment variable named TUNNEL_TOKEN.
You should store the value as a secret using the recommended means of secret
storage and environment variable injection for your platform.