Skip to content

Commit

Permalink
introduce deployment options
Browse files Browse the repository at this point in the history
  • Loading branch information
nomo-app authored Nov 14, 2023
1 parent 7ab0633 commit b223598
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ nomo-webon-cli login
nomo-webon-cli deploy nomo.tar.gz
``

## Deployment Targets

`nomo-webon-cli` offers the following options for deployment:

- **Raw SSH deployments**: Deploy via SSH to an arbitrary location
- **ZENCON deployments**: Deploy to ZENCON-managed infrastructure

## Installation

Add `nomo-webon-cli` to your dev-dependencies:
Expand All @@ -48,8 +55,10 @@ Run `nomo-webon-cli --help` to see a list of available commands:
Options:
-v, --version output the version number
Commands:
login Log into ZENCON account
login Log into a ZENCON account
setSSH <target> Set a target for SSH deployments (e.g. "root@<IP-address>:/var/www/html/webons/")
build <assetDir> Build a WebOn archive
deploy <archive> Deploy a WebOn archive
init <assetDir> Create a nomo_manifest.json or even an AI-icon
status Show ZENCON login status or SSH status
```

0 comments on commit b223598

Please sign in to comment.