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 +4 -4
- data/Dockerfile +1 -1
- data/lib/morpheus/cli/cli_command.rb +1 -1
- data/lib/morpheus/cli/commands/dashboard_command.rb +2 -1
- data/lib/morpheus/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94da7995030caa8d8370454c1a17ae68e314080fa52dde2d95b48122e69e5f6d
|
|
4
|
+
data.tar.gz: 19aa5d0040441e385606f43f1ae1b0d09e6eb5a3fa99958450acc6914dc8a803
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d718c881f79ecdf26a91172506f9500b69a3269bc1ae00bf53d0191fcbe484d10aea1e9919822c2a6fdf69d195b2d1c8009917d79ef9d5fd0df0a76962ba8f14
|
|
7
|
+
data.tar.gz: da197f17e1617a9f909bd61b92c3f82b79ab70b951603033b08cd6b86e5b5ff20b8f659cd48fd5823fea80afad02712be72ad202ec5ef0d3e179a12a503af225
|
data/Dockerfile
CHANGED
|
@@ -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
|
|
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)
|
data/lib/morpheus/cli/version.rb
CHANGED
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.
|
|
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:
|
|
14
|
+
date: 2024-01-09 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|