Skip to content

Orcinus CLI

achmiral edited this page Jan 20, 2017 · 7 revisions

Create Services

$ orcinus create -f app.yml
Service web2 created
2cct8xzckyfwkmhlfprxy8tj3

Service web1 created
50a7ftc5f1jjvsz09h1bwt487

List all Services

$ orcinus ls -f app.yml
2cct8xzckyfw  web2  0/1       nginx  

50a7ftc5f1jj  web1  3/3       aksaramaya/docker-http-server

List Process

$ orcinus ps -f app.yml

Remove Services

$ orcinus rm -f app.yml

Scaling Service

$ orcinus scale web1=5

Rolling Update

$ orcinus update -f app.yml

Inspect all service

$ orcinus inspect -f app.yml

Clone this wiki locally