Skip to content

Commit 4ddad56

Browse files
author
Jeff McCormick
committed
replaced --show-secrets with pgo show user in the docs
1 parent acc8bfe commit 4ddad56

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,6 @@ The output format. Currently, JSON is supported.
380380
|`--selector` |-s |String |
381381
The selector to use for cluster filtering.
382382

383-
|`--show-secrets` |-x |N/A |
384-
Show the Kubernetes secrets associated with the cluster.
385-
386383
|`--version` |-v |String |
387384
Filter the results based on the PostgreSQL version of the cluster.
388385
|=========================================================
@@ -407,11 +404,11 @@ pgo show cluster all
407404

408405
User credentials are generated through Kubernetes Secrets automatically for the
409406
*testuser*, *primaryuser* and *postgres* accounts. The generated passwords can be viewed
410-
by running the `pgo show cluster` command with the `--show-secrets` flag. More details
407+
by running the `pgo show user` command. More details
411408
are available on user management below.
412409

413410
....
414-
pgo show cluster mycluster --show-secrets
411+
pgo show user mycluster
415412
....
416413

417414
===== PostgreSQL Version

0 commit comments

Comments
 (0)