morpheus-cli 5.4.5 → 5.4.5.1

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
  SHA256:
3
- metadata.gz: 5644f86d51c4b7199d89f570fc4f558dfc300581a358cf6c432782920d47063d
4
- data.tar.gz: 1e772e9ff9884067b9f76241c83886785d7e219030818ebfd724a285e8ff885c
3
+ metadata.gz: 84ddc5a04df52338a55327598f760d41e51d93d6a03fbebac557202c3a952116
4
+ data.tar.gz: 3a586a705cd480573bd9da349c737a18761999096ec59bd77ce98a27a41f07d4
5
5
  SHA512:
6
- metadata.gz: 276cfc3c70d0cde328a0e5aac930580a53158d868d0716753badfe13617a92e7e372ca29edf06dc392aad28b3a98b08f0d6480eb819d6f0f33b99075174939e6
7
- data.tar.gz: 2ed27747e8fda3675cbb05e38ac5846496894430570531269e4d6e8954d9fd050022928e52ba66702628370011d470dfaa992198b8965d0b208e30bbbba539e6
6
+ metadata.gz: 43dab7d23d4e1889dfc611445dcd2da0c61dc8c7ec1245cddebea0469cede7ebfdeb453b718e0bbbc247b620be9ae4af5698f46bf1d0c689f38940894b112e7f
7
+ data.tar.gz: fb08c98c2395a86b41df4fe8ce6aaa7b8d4306aa39461d849ee121a256cfcc733ab1aa58c171c6b181ca62c824a2b3e55c80a206194a5e4993d7495413472617
data/Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
1
  FROM ruby:2.5.1
2
2
 
3
- RUN gem install morpheus-cli -v 5.4.5
3
+ RUN gem install morpheus-cli -v 5.4.5.1
4
4
 
5
5
  ENTRYPOINT ["morpheus"]
@@ -12,7 +12,7 @@ class Morpheus::Cli::Apps
12
12
  set_command_name :apps
13
13
  set_command_description "View and manage apps."
14
14
  register_subcommands :list, :count, :get, :view, :add, :update, :remove, :cancel_removal, :add_instance, :remove_instance, :logs, :security_groups, :apply_security_groups, :history
15
- register_subcommands :refresh, :prepare_apply, :plan, :apply, :state
15
+ register_subcommands :refresh, :prepare_apply, :apply, :state #:plan << this command isn't created yet
16
16
  register_subcommands :stop, :start, :restart
17
17
  register_subcommands :wiki, :update_wiki
18
18
  #register_subcommands :firewall_disable, :firewall_enable
@@ -25,7 +25,7 @@ class Morpheus::Cli::Instances
25
25
  :wiki, :update_wiki,
26
26
  {:exec => :execution_request},
27
27
  :deploys,
28
- :refresh, :prepare_apply, :plan, :apply, :state
28
+ :refresh, :prepare_apply, :apply, :state
29
29
  #register_subcommands :firewall_disable, :firewall_enable
30
30
  # register_subcommands {:'lb-update' => :load_balancer_update}
31
31
  alias_subcommand :details, :get
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "5.4.5"
4
+ VERSION = "5.4.5.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morpheus-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.5
4
+ version: 5.4.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Estes
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2022-04-14 00:00:00.000000000 Z
14
+ date: 2022-04-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler