@chabokan.net/cli 0.8.2 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @chabokan.net/cli
18
18
  $ chabok COMMAND
19
19
  running command...
20
20
  $ chabok (--version|-v)
21
- @chabokan.net/cli/0.8.2 darwin-x64 node-v14.17.5
21
+ @chabokan.net/cli/0.8.4 darwin-x64 node-v14.5.0
22
22
  $ chabok --help [COMMAND]
23
23
  USAGE
24
24
  $ chabok COMMAND
@@ -134,7 +134,7 @@ DESCRIPTION
134
134
  this command help you build and deploy your service to chabokan in easy way.
135
135
  ```
136
136
 
137
- _See code: [src/commands/deploy.ts](https://github.com/chabokan/cli/blob/v0.8.2/src/commands/deploy.ts)_
137
+ _See code: [src/commands/deploy.ts](https://github.com/chabokan/cli/blob/v0.8.4/src/commands/deploy.ts)_
138
138
 
139
139
  ## `chabok help [COMMAND]`
140
140
 
@@ -174,7 +174,7 @@ DESCRIPTION
174
174
  login to hub.chabokan.net account
175
175
  ```
176
176
 
177
- _See code: [src/commands/login.ts](https://github.com/chabokan/cli/blob/v0.8.2/src/commands/login.ts)_
177
+ _See code: [src/commands/login.ts](https://github.com/chabokan/cli/blob/v0.8.4/src/commands/login.ts)_
178
178
 
179
179
  ## `chabok service list`
180
180
 
@@ -73,11 +73,10 @@ class Deploy extends base_1.default {
73
73
  '.next',
74
74
  '.nuxt',
75
75
  '*.*~',
76
- 'liara.json',
77
76
  'node_modules',
78
77
  'bower_components',
79
78
  'venv',
80
- 'vendor',
79
+ '/vendor',
81
80
  '*.log',
82
81
  ];
83
82
  const ignoreCache = {};
@@ -1 +1 @@
1
- {"version":"0.8.2","commands":{"deploy":{"id":"deploy","description":"this command help you build and deploy your service to chabokan in easy way.","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"service path in your computer","multiple":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"login":{"id":"login","description":"login to hub.chabokan.net account","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"username":{"name":"username","type":"option","char":"u","description":"your username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"your password","multiple":false},"token":{"name":"token","type":"option","char":"t","description":"login with api token","multiple":false}},"args":[]},"account:list":{"id":"account:list","description":"show accounts list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"account:remove":{"id":"account:remove","description":"remove account from list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"account:use":{"id":"account:use","description":"switch your default user between logged in users","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"default user","multiple":false}},"args":[]},"service:list":{"id":"service:list","description":"show account services list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"service:logs":{"id":"service:logs","description":"read latest logs from service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:resize":{"id":"service:resize","description":"resize a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false},"ram":{"name":"ram","type":"option","char":"r","description":"RAM","multiple":false},"cpu":{"name":"cpu","type":"option","char":"c","description":"CPU","multiple":false},"disk":{"name":"disk","type":"option","char":"d","description":"DISK","multiple":false}},"args":[]},"service:restart":{"id":"service:restart","description":"restart a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:start":{"id":"service:start","description":"start a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:stop":{"id":"service:stop","description":"stop a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]}}}
1
+ {"version":"0.8.4","commands":{"deploy":{"id":"deploy","description":"this command help you build and deploy your service to chabokan in easy way.","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"service path in your computer","multiple":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"login":{"id":"login","description":"login to hub.chabokan.net account","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"username":{"name":"username","type":"option","char":"u","description":"your username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"your password","multiple":false},"token":{"name":"token","type":"option","char":"t","description":"login with api token","multiple":false}},"args":[]},"account:list":{"id":"account:list","description":"show accounts list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"account:remove":{"id":"account:remove","description":"remove account from list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"account:use":{"id":"account:use","description":"switch your default user between logged in users","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"default user","multiple":false}},"args":[]},"service:list":{"id":"service:list","description":"show account services list","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"service:logs":{"id":"service:logs","description":"read latest logs from service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:resize":{"id":"service:resize","description":"resize a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false},"ram":{"name":"ram","type":"option","char":"r","description":"RAM","multiple":false},"cpu":{"name":"cpu","type":"option","char":"c","description":"CPU","multiple":false},"disk":{"name":"disk","type":"option","char":"d","description":"DISK","multiple":false}},"args":[]},"service:restart":{"id":"service:restart","description":"restart a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:start":{"id":"service:start","description":"start a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]},"service:stop":{"id":"service:stop","description":"stop a service","strict":true,"pluginName":"@chabokan.net/cli","pluginAlias":"@chabokan.net/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"service":{"name":"service","type":"option","char":"s","description":"service name","multiple":false}},"args":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chabokan.net/cli",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Chabokan Cli for PaaS Services",
5
5
  "author": "Mohammad Abdi",
6
6
  "bin": {