Two cool aliases I noticed in the env file

I just saw these… very helpful.

alias zec**=‘ziti edge’**

alias zlogin**=‘ziti edge login “${ZITI_EDGE_CTRL_ADVERTISED}” -u “${ZITI_USER-}” -p “${ZITI_PWD}” -c “${ZITI_PKI}/${ZITI_EDGE_CONTROLLER_INTERMEDIATE_NAME}/certs/${ZITI_EDGE_CONTROLLER_INTERMEDIATE_NAME}.cert”’**

For anyone else finding this discourse post - these aliases are emitted into the “$ZITI_HOME/$(hostname).env” file if you run the quickstart or if you exec into one the docker containers we provide and source the file.

zlogin and zitiLogin are exactly the same thing. I’m not sure why I left zlogin around like that… I probably will end up removing zlogin so - don’t expect that forever :slight_smile:

1 Like