diff --git a/Gemfile.lock b/Gemfile.lock index 2a8b48b2..dce0f494 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.3.0) + uffizzi-cli (2.3.1) activesupport awesome_print faker diff --git a/lib/uffizzi/version.rb b/lib/uffizzi/version.rb index 791242f8..9a914c2b 100644 --- a/lib/uffizzi/version.rb +++ b/lib/uffizzi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uffizzi - VERSION = '2.3.0' + VERSION = '2.3.1' end diff --git a/man/uffizzi-dev-start.ronn b/man/uffizzi-dev-start.ronn index 35b5c02a..e12ef885 100644 --- a/man/uffizzi-dev-start.ronn +++ b/man/uffizzi-dev-start.ronn @@ -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/ @@ -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: diff --git a/man/uffizzi-dev-stop.ronn b/man/uffizzi-dev-stop.ronn index 1c612cc3..158e699a 100644 --- a/man/uffizzi-dev-stop.ronn +++ b/man/uffizzi-dev-stop.ronn @@ -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