Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Nov 2, 2023
2 parents 1986338 + 75c1afd commit ba5d5ce
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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.2)
uffizzi-cli (2.3.3)
activesupport
awesome_print
faker
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.2'
VERSION = '2.3.3'
end
24 changes: 24 additions & 0 deletions man/uffizzi-dev-delete.ronn
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uffizzi dev delete -h
uffizzi-dev-delete - delete a development environment
================================================================

## SYNOPSIS
uffizzi dev delete

## DESCRIPTION
Deletes a dev environment and associated Uffizzi
cluster resources, including any persistent
volumes, and the namespace itself. The Uffizzi
cluster config is deleted from the kubeconfig file.

For more information on Uffizzi clusters, see:
https://docs.uffizzi.com/references/cli/

## FLAGS
--help, -h
Show this message and exit.

## EXAMPLES
To delete a dev environment, run:

$ uffizzi dev delete

0 comments on commit ba5d5ce

Please sign in to comment.