appd 0.6.1 → 0.6.2

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: b7157dd873827a3f1010c410bbefb4035038ea4d
4
- data.tar.gz: 651ac243ffcc7b05b5639b37506a8fb820423fa6
3
+ metadata.gz: f5bf59725904f1fe6bb8cfa62c51cd99fba3b41b
4
+ data.tar.gz: cc4dc13431ad0e6d9ce54aefe168433ced8b30f3
5
5
  SHA512:
6
- metadata.gz: d1e1d79b66dcce4c4ea4abc93e9a8f5839c991a39ffce4da7261ddaed5a6be6a0177663a253fbc523dfed7b79f6ffb411505aa87d2724dc50af9acf89afc5dba
7
- data.tar.gz: cb0b688732b81bfcc79805eea7625cddcc0fa0639d7d5a087f03f89004c73d8653eb13edf3afd76d1bac566ab350aa497ef9a1021061918e99ab1aeb4e36e94e
6
+ metadata.gz: 17b0df2e0efc7c09a19e2b722c0fdd449d14ff1eacd3050628504563509fc894c026438fb0cf1b454bf96a1697e5911009f9d291ce086224974423e71d3c4453
7
+ data.tar.gz: fa20d53d0fb20f513b1a4257b847bf12156bba46970b88f150c528e83eea62de7b03ba5f4ee4d0bafc9ff360420de12643307bdfbd427ca0c0ea690d328252a0
@@ -61,7 +61,7 @@ module Appd
61
61
  end
62
62
 
63
63
  desc "exec SERVICE -c \"COMMAND\"", "Execute a command in a running container"
64
- option :command, type: :string, aliases: "-s", required: true
64
+ option :command, type: :string, aliases: "-c", required: true
65
65
  def exec(service)
66
66
  app.exec(service, options.command)
67
67
  end
@@ -1,3 +1,3 @@
1
1
  module Appd
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morgan Showman