1.3.2 • Published 5 days ago

@cloud-cli/sys v1.3.2

Weekly downloads
-
License
-
Repository
github
Last release
5 days ago

System management commands

npm i @cloud-cli/sys

Bootstrap the CLI server

npm i @cloud-cli/sys @cloud-cli/cli
alias cy="./node_modules/.bin/cy"
cy --serve&
cy createService
fg
# Ctrl+C to stop the server
ln -s $PWD/cloud.service /etc/systemd/system/cloud.service
systemctl daemon-reload
systemctl enable cloud
systemct restart cloud

Usage

Restart the CLI server:

cy sys.restart

Install a new module:

cy sys.install -m foo

Update server modules or a single module:

cy sys.update
cy sys.update -m foo

Create a systemd unit to run the CLI server:

cy sys.createService
1.3.2

5 days ago

1.3.1

5 days ago

1.3.0

30 days ago

1.2.0

1 month ago

1.1.0

1 year ago

1.0.0

1 year ago