Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 15, 2023
1 parent e676bce commit 184429b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cli/playground
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ playground_usage() {
printf "%s\n" "$(bold "== Commands ==")"
printf " %s Show help about a command\n" "$(green "help") "
printf " %s 🗺️ Show a status\n" "$(green "status") "
printf " %s 🌩️ Switch to ccloud environment.\n" "$(green "switch-ccloud") "
printf " %s 💺 Switch back from ccloud environment to onprem environment. \n" "$(green "switch-onprem") "
echo
printf "%s\n" "$(bold "Run commands:")"
printf " %s 🕹️ Run any example, except for Confluent Cloud (in this case use run-ccloud command)\n" "$(green "run") "
printf " %s ⚡ Simply re-run last example you ran with <playground run> or <playground run-ccloud>\n" "$(green "re-run") "
printf " %s 🏰 Get an history of the examples which were run with run command and run it again\n" "$(green "history") "
printf " %s 🔐 Simply start an environment listed in https://kafka-docker-playground.io/#/content?id=%f0%9f%94%90-environments:\n" "$(green "start-environment") "
printf " %s ⛅ Run any Confluent Cloud (ccloud) example\n" "$(green "run-ccloud") "
printf " %s 🌩️ Switch to ccloud environment.\n" "$(green "switch-ccloud") "
printf " %s 💺 Switch back from ccloud environment to onprem environment. \n" "$(green "switch-onprem") "
printf " %s ✨ Update current confluent platform or connector(s) with new version(s)\n" "$(green "update-version") "
printf " %s 👐 When --file is not provided, simply open last example you ran with <playground run> or <playground run-ccloud>\n" "$(green "open") "
printf " %s 🛑 Stop currently running example\n" "$(green "stop") "
Expand Down
2 changes: 2 additions & 0 deletions scripts/cli/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ commands:
- playground run-ccloud mqtt<tab> --cluster-cloud aws --cluster-region eu-west-3 --enable-control-center --connector-tag 1.2.3

- name: switch-ccloud
group: Run
dependencies:
confluent: visit https://docs.confluent.io/confluent-cli/current/overview.html to install
help: |-
Expand Down Expand Up @@ -583,6 +584,7 @@ commands:
- *cluster-schema-registry-creds

- name: switch-onprem
group: Run
help: |-
💺 Switch back from ccloud environment to onprem environment.
Expand Down

0 comments on commit 184429b

Please sign in to comment.