Skip to content

Commit

Permalink
Merge pull request #368 from UffizziCloud/feature/367_update_help_des…
Browse files Browse the repository at this point in the history
…criptions

[367] updated help commands
  • Loading branch information
moklidia authored Oct 30, 2023
2 parents 74b0085 + 16dd532 commit eacddba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
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 eacddba

Please sign in to comment.