Skip to content

Commit b823509

Browse files
authored
Include alias 'pf' for PatternFly CLI commands
fix: Added alias usage instructions for PatternFly CLI.
1 parent 99cb354 commit b823509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ main() {
248248
printf 'To see available commands, run the CLI with:\n'
249249
printf ' patternfly-cli --help\n'
250250
printf '\n'
251+
printf 'alternatively you can use the alias "pf" instead of "pattenfly-cli"\n'
252+
printf '\n'
253+
printf ' pf --help\n'
251254
printf '\n'
252255
printf 'SUCCESS: PatternFly CLI is installed.\n'
253256
printf '\n'

0 commit comments

Comments
 (0)