Skip to content

Commit 55c2cc9

Browse files
authored
Fixes MGDSTRM-10431: use --file-format instead of --type in 'rhoas service-account create' command. (#621)
1 parent 97b6bed commit 55c2cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rhoas/rhoas-service-contexts/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ $ cd ~/app-services-guides/code-examples/quarkus-service-registry-quickstart/
285285
+
286286
[source,shell]
287287
----
288-
$ rhoas service-account create --type env --output-file ./producer/.env
288+
$ rhoas service-account create --file-format env --output-file ./producer/.env
289289
----
290290

291291
. Generate an environment variables file that contains the connection configuration information required by the producer component.

0 commit comments

Comments
 (0)