defenseunicorns / uds-software-factory

🏭 UDS Software Factory Integration / Wayfinding Repo
Apache License 2.0
9 stars 1 forks source link

Zarf commands output in terminal when installing SWF #69

Open oates opened 3 months ago

oates commented 3 months ago

Describe what should be investigated or refactored

When installing SWF bundle on a new system and after the bundle is deployed a connect command is listed in the installer's terminal window with instructions on how to connect to keycloak. This comes from UDS Core and the command is zarf connect keycloak, however the installer may not have zarf installed. Our prereqs list UDS CLI when doing the install. The installer can run uds zarf connect keycloak to get the desired outcome. We've documented this in our SWF docs, but it can still be confusing if the installer is following along in the terminal and has not read ahead on the docs in another window.

Should we change this command in UDS Core to use the UDS CLI or potentially add clarity in the output with something like "if using Zarf cli use this command if UDS CLI then use this other one"

2024-06-13_22-36-31