morpheus-cli 6.3.2 → 6.3.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
  SHA256:
3
- metadata.gz: '0190e52b071314ef69df636c03de5f81f01dabe1e8314ea96d52d6877b95f0b2'
4
- data.tar.gz: '098aaf12c061b7bd684956750d14c5f6093e3b8a6dd66d558d510834af6ebcd0'
3
+ metadata.gz: 94da7995030caa8d8370454c1a17ae68e314080fa52dde2d95b48122e69e5f6d
4
+ data.tar.gz: 19aa5d0040441e385606f43f1ae1b0d09e6eb5a3fa99958450acc6914dc8a803
5
5
  SHA512:
6
- metadata.gz: '0853e9c37a2ac7f3b96d4b581c223ed0f729eaf299698415dfa821199b83269afb92fe55ee081b7d78c2bc8cea40ea98852172d6c56a4fce85bea4ac8af18e8b'
7
- data.tar.gz: a5bf1ce5b619a150debf9b6558bc758208e1bd31c30fbfdbe3d3fc8d9bc1ea752294b49462e9f42dacf7e4c8a14fe9f4d191b565662fd1334a586b348a5b60e5
6
+ metadata.gz: d718c881f79ecdf26a91172506f9500b69a3269bc1ae00bf53d0191fcbe484d10aea1e9919822c2a6fdf69d195b2d1c8009917d79ef9d5fd0df0a76962ba8f14
7
+ data.tar.gz: da197f17e1617a9f909bd61b92c3f82b79ab70b951603033b08cd6b86e5b5ff20b8f659cd48fd5823fea80afad02712be72ad202ec5ef0d3e179a12a503af225
data/Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
1
  FROM ruby:2.7.5
2
2
 
3
- RUN gem install morpheus-cli -v 6.3.2
3
+ RUN gem install morpheus-cli -v 6.3.3
4
4
 
5
5
  ENTRYPOINT ["morpheus"]
@@ -563,7 +563,7 @@ module Morpheus
563
563
  # added with :payload too... just need it here to avoid unknown key error
564
564
  # todo: remove this when every command supporting :payload is updated to use parse_payload(options) and execute_api(options)
565
565
  when :list
566
- opts.on( '-m', '--max MAX', "Max Results (use -1 for all results)" ) do |val|
566
+ opts.on( '-m', '--max MAX', "Max Results" ) do |val|
567
567
  # api supports max=-1 for all at the moment..
568
568
  if val.to_s == "all" || val.to_s == "-1"
569
569
  options[:max] = "-1"
@@ -5,6 +5,7 @@ class Morpheus::Cli::DashboardCommand
5
5
  include Morpheus::Cli::ProvisioningHelper
6
6
  set_command_name :dashboard
7
7
  set_command_description "View Morpheus Dashboard"
8
+ set_command_hidden
8
9
 
9
10
  def initialize()
10
11
  # @appliance_name, @appliance_url = Morpheus::Cli::Remote.active_appliance
@@ -16,7 +17,7 @@ class Morpheus::Cli::DashboardCommand
16
17
  end
17
18
 
18
19
  def usage
19
- "Usage: morpheus #{command_name}"
20
+ "#{yellow}API for this command has been removed starting with appliance version 6.2.6\n#{reset}Usage: morpheus #{command_name}"
20
21
  end
21
22
 
22
23
  def handle(args)
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "6.3.2"
4
+ VERSION = "6.3.3"
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: 6.3.2
4
+ version: 6.3.3
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: 2023-12-14 00:00:00.000000000 Z
14
+ date: 2024-01-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler