Browse Source

Added Roadmap

pull/1/head
Muthu Kumar 7 years ago
parent
commit
0b576e2937
  1. 20
      Roadmap.md

20
Roadmap.md

@ -0,0 +1,20 @@
# Roadmap
This living document details our plans for `up`. If you would like to request features or move something up the roadmap, raise an issue!
> The words `MUST`, `MUST NOT`, `SHOULD`, `SHOULD NOT`, and `MAY` are used in accordance with [RFC 2119](https://tools.ietf.org/html/rfc2119)
- [ ] MVP - Minimum Viable Product.
- `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.
- [ ] Option for HTTPS.
- MUST add a `-s` flag to enable HTTPS config.
- MAY add a `-c` flag to use `certbot` to automatically generate certificates using letsencrypt.
Want more features? Raise an [issue!](https://github.com/codefeathers/up-serve/issues)
## Stretch goals
### ♦ Create an `up` client to deploy from anywhere
Loading…
Cancel
Save