This living document details our plans for `up`. If you would like to request features or move something up the roadmap, raise an issue!
> ⚠️ ❌ Disclaimers: There is NO guarantee that these will be executed in this order, or if at all. If they are executed, there is NO guarantee that they will follow the same syntax as shown in examples below. For the right syntax, check [README.md](README.md)
> The words `MUST`, `MUST NOT`, `SHOULD`, `SHOULD NOT`, and `MAY` are used in accordance with [RFC 2119](https://tools.ietf.org/html/rfc2119)
## The Roadmap
- [ ] MVP - Minimum Viable Product.
- [x]`up static` and `up proxy` MUST work.
- [ ]`up kill` MUST work.
- [ ]List servers option.
- [ ]`up list` MUST provide list of servers running by parsing nginx's `sites-available` and `sites-enabled` folders.
- [ ]`up static` MUST have an option to specify path to root. Example: `up static example.com ./public`.
- [ ]`up static` and `up proxy` MAY take a Git URL to deploy. Example: