morpheus-cli 3.4.1.10 → 3.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "3.4.1.10"
4
+ VERSION = "3.5.1"
5
5
  end
6
6
  end
@@ -57,7 +57,7 @@ module Morpheus
57
57
  if ENV['MORPHEUS_PS1']
58
58
  @prompt = ENV['MORPHEUS_PS1'].dup
59
59
  else
60
- #ENV['MORPHEUS_PS1'] = "#{Term::ANSIColor.cyan}morpheus> #{Term::ANSIColor.reset}"
60
+ #ENV['MORPHEUS_PS1'] = "#{Term::ANSIColor.cyan}morpheus>#{Term::ANSIColor.reset} "
61
61
  @prompt = "#{Term::ANSIColor.cyan}morpheus>#{Term::ANSIColor.reset} "
62
62
  end
63
63
  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.4.1.10
4
+ version: 3.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: 2018-07-17 00:00:00.000000000 Z
14
+ date: 2018-09-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -169,6 +169,7 @@ files:
169
169
  - lib/morpheus/api/clouds_interface.rb
170
170
  - lib/morpheus/api/containers_interface.rb
171
171
  - lib/morpheus/api/custom_instance_types_interface.rb
172
+ - lib/morpheus/api/cypher_interface.rb
172
173
  - lib/morpheus/api/dashboard_interface.rb
173
174
  - lib/morpheus/api/deploy_interface.rb
174
175
  - lib/morpheus/api/deployments_interface.rb
@@ -241,6 +242,7 @@ files:
241
242
  - lib/morpheus/cli/containers_command.rb
242
243
  - lib/morpheus/cli/credentials.rb
243
244
  - lib/morpheus/cli/curl_command.rb
245
+ - lib/morpheus/cli/cypher_command.rb
244
246
  - lib/morpheus/cli/dashboard_command.rb
245
247
  - lib/morpheus/cli/deployments.rb
246
248
  - lib/morpheus/cli/deploys.rb
@@ -343,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
343
345
  version: '0'
344
346
  requirements: []
345
347
  rubyforge_project:
346
- rubygems_version: 2.4.8
348
+ rubygems_version: 2.7.6
347
349
  signing_key:
348
350
  specification_version: 4
349
351
  summary: Provides CLI Interface to the Morpheus Public/Private Cloud Appliance