morpheus-cli 3.6.33 → 3.6.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d794a4ae333246f0e3207b26be0374cddc7a524be9ab4351798c19acb33dd065
4
- data.tar.gz: db7694d619ace42e93872b63212d019555e790232ed173196b276d42c8ebb9bf
3
+ metadata.gz: 03c18d43e96d7394aabce8a73272699ff9f101656b69718f5e5e5b9e8ba34788
4
+ data.tar.gz: d582d32ac7892abfa3032d047017e4984e757a26d02edf6033ba5dcfc16ac2d2
5
5
  SHA512:
6
- metadata.gz: 5cdd00e0cd5ed3810ae3aa1620deae76b8c6f5a48b622a50095f6849e19ee71ff41f2c116556cc122eb2682055b390280fa3301c04f4859bd16f4b03e866f29d
7
- data.tar.gz: 8ad4f8f73d76d164089a33cd64811efa3ddcac72d79c339cb7a1629a6371440fbf1882774309bae2a21a37fac5704d08a9b6af6086142d269e8d100e89b31be9
6
+ metadata.gz: cb6890cfaccadaa431a9aed05ca627010b4d6923d42a38bb3571a4838510e7f06b8d7b4104ee5393a90c8e52eadfdcc6cb14edb676235a4b324c80bfea03cd62
7
+ data.tar.gz: 1284d5feea3bdd4b3876b251cc52618dcf28224b9d6a72165d2d49917e76d895da4fb11c4ed7fa3872aa0e71cbac0b15f713ff7f8010c91889cca00c66e1ab81
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "3.6.33"
4
+ VERSION = "3.6.34"
5
5
  end
6
6
  end
@@ -10,6 +10,9 @@ class Morpheus::Cli::WikiCommand
10
10
  set_command_name :wiki
11
11
  register_subcommands :list, :get, :view, :add, :update, :remove, :'categories'
12
12
 
13
+ # hide until this is released
14
+ set_command_hidden
15
+
13
16
  def initialize()
14
17
  # @appliance_name, @appliance_url = Morpheus::Cli::Remote.active_appliance
15
18
  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: 3.6.33
4
+ version: 3.6.34
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: 2019-07-02 00:00:00.000000000 Z
14
+ date: 2019-07-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler