☁️ Koxy-Deploy
Deploy your API to the Koxy edge-cloud serverless network in seconds.
Notice that this package is under development and is not useable yet.
What is Koxy-Deploy ?
koxy-deploy is a cli tool in the koxy-tools set. It's used to deploy Koxy AI cloudspaces to the koxy edge-cloud network and be accessible from 🌎35 regions around the world (using Deno) with decentralized database support.
Usage
IF you're already using Koxy AI skip the Setting up section below.
Setting up:
To continue you need to create an account in Koxy AI platform from here .
- First create a new cloudspace, it will take you a few seconds.
- You can build your API's flow using the flow builder before deploying it to the cloud (optional).
- Go to your profile and get your token (required).
- Go to the cloudspace you created before, go to the settings from the left bar and get the cloudspace ID (required)
Deploy
If you are ready to go, install koxy-deploy in your project (We recommend installing the package globally).
npm install -g koxy-deploy
now you can deploy your cloudspace to the cloud like this:
koxy-deploy token={token} cloudspace={cloudspace ID} release=RELEASE1
Replace {token} with your account token and replace {cloudspace ID} with the cloudspace id you want to deploy.
Notice that the release property is optional and will be set to MAIN as default.
you can use koxy-deploy help
for more help.
Why to use Koxy-deploy
Using Koxy-deploy is useful when you are building Koxy flows locally in your machine and want to go to production quickly without using the Koxy AI Platform. It's fast and simple. can be super useful when deploying testing releases of your cloudspace or API.
What is Koxy AI ?
If you are new here, We are happy to see you for the first time. Koxy AI is an AI-powered platform for building serverless APIs in a faster, easier, and more efficient way. and without writing code, but still gives you the ability to write your own code if you want to. you can learn more about Koxy AI here
Built with # ❤️ by Koxy AI team.