openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.82k stars 159 forks source link

quickstarts source things like shell functions and compose files from release-next instead of main #848

Closed qrkourier closed 1 year ago

qrkourier commented 2 years ago

https://openziti.github.io/docusaurus/docs/quickstarts/network/hosted guides the expressInstall user to source shell functions from branch "release-next" instead of the release branch "main".

The command should be:

source <(curl -s https://raw.githubusercontent.com/openziti/ziti/main/quickstart/docker/image/ziti-cli-functions.sh)
qrkourier commented 1 year ago

@dovholuknf expressed a strong preference to continue fetching ziti-cli-functions.sh from branch release-next.