https://github.com/redvars/cli
A command line interface for justaos
https://github.com/redvars/cli
cli deno javascript justaos nodejs platform typescript
Last synced: 28 days ago
JSON representation
A command line interface for justaos
- Host: GitHub
- URL: https://github.com/redvars/cli
- Owner: redvars
- License: apache-2.0
- Created: 2018-04-16T13:05:12.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T17:27:59.000Z (almost 3 years ago)
- Last Synced: 2026-04-29T20:40:37.914Z (about 2 months ago)
- Topics: cli, deno, javascript, justaos, nodejs, platform, typescript
- Language: TypeScript
- Homepage: https://justaos.com
- Size: 9.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## REDVARS CLI
A command line interface for REDVARS.
[](https://github.com/redvars/cli/actions?workflow=Build)
## Prerequisites
- Install deno (version 1.29.1)\
https://deno.land/manual@v1.29.1/getting_started/installation
- Install mongodb\
https://www.mongodb.com/download-center?#community
## Setup

```bash
deno install -A -n redvars https://deno.land/x/redvars/mod.ts
```
## Commands
### redvars new
The REDVARS CLI makes it easy to create an application that already works, right
out of the box.
### redvars run
Easily start your REDVARS and load installed cloud applications on platform.
Check configuration in config.json before running the REDVARS.
By default, platform starts on port 8080. Open
[http://localhost:8080](http://localhost:8080) to view the landing page of
REDVARS.
## Code of Conduct
[Contributor Covenant](/CODE_OF_CONDUCT.md)
## License
[Apache License 2.0](/LICENSE)