This is about adding a command in the CLI allowing you to easily deploy from a local directory.
Currently, there is two ways to deploy on Koyeb:
  1. Using pre-built Docker containers
  2. Using continuous deployment and git pushing to a repository connected to a service
Deploying using the CLI would be useful to:
  1. Provide a zero-setup way to deploy from a local directory
  2. Integrate with continuous integration and 3rd-party tools