Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Oct 30, 2023
2 parents 4f4d3a9 + abfb37c commit 1986338
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi-cli (2.3.1)
uffizzi-cli (2.3.2)
activesupport
awesome_print
faker
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/services/cluster_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def build_render_data(cluster_data)
name: cluster_data[:name],
status: cluster_data[:state],
created: Time.strptime(cluster_data[:created_at], '%Y-%m-%dT%H:%M:%S.%N').strftime('%a %b %d %H:%M:%S %Y'),
url: cluster_data[:host],
host: cluster_data[:host],
}
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '2.3.1'
VERSION = '2.3.2'
end
7 changes: 1 addition & 6 deletions man/uffizzi-dev-describe.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uffizzi-dev-describe - show metadata for a dev environment
================================================================

## SYNOPSIS
uffizzi dev describe <NAME>
uffizzi dev describe

## DESCRIPTION
Shows metadata for a dev environment
Expand All @@ -15,11 +15,6 @@ uffizzi-dev-describe - show metadata for a dev environment
For more information on Uffizzi clusters, see:
https://docs.uffizzi.com/references/cli/

## POSITIONAL ARGUMENTS
[NAME]
NAME for the dev environment you want to describe.
This is an optional argument.

## EXAMPLES
The following command prints metadata for the dev
environment:
Expand Down

0 comments on commit 1986338

Please sign in to comment.