From 16dd5329bbac9f16f8316cd2f22a30f7239f7826 Mon Sep 17 00:00:00 2001 From: Lidia Mokevnina Date: Fri, 27 Oct 2023 16:51:04 +0200 Subject: [PATCH] [367] updated help commands --- man/uffizzi-dev-start.ronn | 13 ------------- man/uffizzi-dev-stop.ronn | 22 +++++----------------- 2 files changed, 5 insertions(+), 30 deletions(-) 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