silo-cli
v0.1.1-alpha.0
Published
Command line interface for Silo CMS
Downloads
3
Readme
silo-cli [NOT FUNCTIONAL - WIP]
Setting up
To create a new silo instance, run
silo init
in an empty folder.
silo dev
will run a local version on the port you specified or default 8080
Api
silo [command]
| Command | Description |
| --- | --- |
| init | Setups a new silo instance |
| dev | Runs a dev version on localhost:8000
with file watching|
Notes
- All settings are stored in a .env file in the root dir