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 7882d54 + c73751f commit 4f4d3a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 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.0)
uffizzi-cli (2.3.1)
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.0'
VERSION = '2.3.1'
end
13 changes: 0 additions & 13 deletions man/uffizzi-dev-start.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ uffizzi-dev-start - start a development environment
supported. For help creating a skaffold.yaml file, see:
https://skaffold.dev/docs/init/

If a kubeconfig exists

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

Expand Down Expand Up @@ -73,17 +71,6 @@ uffizzi-dev-start - start a development environment

$ uffizzi dev start --quiet

To push your build artifacts to a private Docker Hub repo
called 'acme/foo', first add your Docker Hub credentials:

$ uffizzi connect docker-hub
(See `uffizzi connect -h` for other registry options)

...then override the default repo:

$ uffizzi dev start \
--default-repo="hub.docker.com/acme/foo"

To start a dev environment using an alternate kubeconfig file,
run:

Expand Down
22 changes: 5 additions & 17 deletions man/uffizzi-dev-stop.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,11 @@ uffizzi-dev-stop - stop a development environment
uffizzi dev stop

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

This command watches for file changes in a given local
project directory, as specified in your configuration file.
It then serializes those changes and redeploys them onto
a Uffizzi cluster.

The command looks for a configuration at the specified
path CONFIG_FILE. Skaffold configurations are currently
supported. For help creating a skaffold.yaml file, see:
https://skaffold.dev/docs/init/

For more information on Uffizzi clusters, see:
https://docs.uffizzi.com/references/cli/
Stops the skaffold process for the dev environment.
This command does not delete the dev cluster or any
associated resources. You can restart the dev environment
with `uffizzi dev start`. To delete the dev cluster entirely, see
`uffizzi dev delete`.

## FLAGS
--help, -h
Expand Down

0 comments on commit 4f4d3a9

Please sign in to comment.