From 184429bc400f9ede1f4ec3556fbd74ebea7ffe1a Mon Sep 17 00:00:00 2001 From: Vincent de Saboulin Date: Fri, 15 Dec 2023 22:28:26 +0100 Subject: [PATCH] wip --- scripts/cli/playground | 4 ++-- scripts/cli/src/bashly.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/cli/playground b/scripts/cli/playground index 6b2743137..8d3e79bb6 100755 --- a/scripts/cli/playground +++ b/scripts/cli/playground @@ -39,8 +39,6 @@ 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") " @@ -48,6 +46,8 @@ playground_usage() { 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 or \n" "$(green "open") " printf " %s πŸ›‘ Stop currently running example\n" "$(green "stop") " diff --git a/scripts/cli/src/bashly.yml b/scripts/cli/src/bashly.yml index d2e94a206..4c8481190 100644 --- a/scripts/cli/src/bashly.yml +++ b/scripts/cli/src/bashly.yml @@ -547,6 +547,7 @@ commands: - playground run-ccloud mqtt --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: |- @@ -583,6 +584,7 @@ commands: - *cluster-schema-registry-creds - name: switch-onprem + group: Run help: |- πŸ’Ί Switch back from ccloud environment to onprem environment.