Getting started
1. Installing the EDK CLI
tag=$(curl -s https://api.github.com/repos/ellipsis-drive/edk-cli/releases/latest | grep -m1 '"tag_name"' | cut -d '"' -f4)
wget https://github.com/ellipsis-drive/edk-cli/archive/refs/tags/$tag.zip
unzip $tag.zip
npm install --prefix=./edk-cli-${tag:1}/cd edk-cli-${tag:1}2. Preparing the config
3. Creating the cluster
4. Linking URL endpoints
Type
Host
Value
5. Verifying that everything works
Last updated