kontena-cli 0.10.2 → 0.10.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45aa550c700eb88a12948f9ef8e4b38224307d43
4
- data.tar.gz: d6218581841718e82299538ce4b4f565afdb1783
3
+ metadata.gz: d7d0e10fa18b709c1354a89d324619c7f68acaf9
4
+ data.tar.gz: 5915e5df8a85eae8626a0b7531b0ce0db76a1dbf
5
5
  SHA512:
6
- metadata.gz: 49695bccb6ef2e11dc25aa7a979a70e1a10ef7ffb43a8163470889b5fee9147bd0be7b94b9640953599d31c5179bbff0c003fe796aaa79598d4e152281ab8198
7
- data.tar.gz: 2357e29e57bd172ea6cf7d12dfafe52b15f4c1d4fe8c9c4396c32d5b9e389b98904602f70c97f3dde3fa6b1e16ed9445b62d7a333f9e56248fd929d191d05462
6
+ metadata.gz: 131645acde33c5569b7a44dd5471a1de4afd19fedc71dd3f689dded6a05dc2163d50394ce7d1cbde1a0c426d2265cc27990b06f709c005a7672cb0152f9f0bee
7
+ data.tar.gz: 3032517244f0ab4333cfa289aa736f46837829059a972c92b8debf75d5552cdfccc13a1ae72330bc132822d48e259810c828a1b6470ba20636fc0ef7382bcaa6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.2
1
+ 0.10.3
@@ -8,12 +8,14 @@ require_relative 'apps/list_command'
8
8
  require_relative 'apps/logs_command'
9
9
  require_relative 'apps/monitor_command'
10
10
  require_relative 'apps/show_command'
11
+ require_relative 'apps/scale_command'
11
12
 
12
13
  class Kontena::Cli::AppCommand < Clamp::Command
13
14
 
14
15
  subcommand "init", "Init Kontena application", Kontena::Cli::Apps::InitCommand
15
16
  subcommand "build", "Build Kontena services", Kontena::Cli::Apps::BuildCommand
16
17
  subcommand "deploy", "Deploy Kontena services", Kontena::Cli::Apps::DeployCommand
18
+ subcommand "scale", "Scale services", Kontena::Cli::Apps::ScaleCommand
17
19
  subcommand "start", "Start services", Kontena::Cli::Apps::StartCommand
18
20
  subcommand "stop", "Stop services", Kontena::Cli::Apps::StopCommand
19
21
  subcommand "show", "Show service details", Kontena::Cli::Apps::ShowCommand
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kontena-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kontena, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-14 00:00:00.000000000 Z
11
+ date: 2016-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler