From ecc5261551e7c31a73a0e159d20df806db5eef41 Mon Sep 17 00:00:00 2001 From: eng-dev-ecosystem-bot Date: Mon, 10 Nov 2025 15:04:52 +0000 Subject: [PATCH] Release CLI vign-cli --- README.md | 6 +++--- VERSION | 2 +- install.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2754bd5..ec314859 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s To install a specific version, you can replace `main` with a specific release tag: ```bash -curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.276.0/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/vign-cli/install.sh | sh ``` ## GitHub Actions @@ -43,7 +43,7 @@ To always use the latest version of the Databricks CLI, use the action from the In case you need to use a specific version of the Databricks CLI, use the action from a release tag: ```yml -- uses: databricks/setup-cli@v0.276.0 +- uses: databricks/setup-cli@vign-cli ``` Replace the tag with the version you want to use. @@ -53,7 +53,7 @@ Alternatively, you can specify the version as a parameter to the action: ```yml - uses: databricks/setup-cli@main with: - version: 0.276.0 + version: ign-cli ``` ## Preview notice diff --git a/VERSION b/VERSION index 91a38fba..07a27e4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.276.0 +ign-cli diff --git a/install.sh b/install.sh index 7d68607e..44c889cf 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Note: we cannot assume we're running bash and use the set -euo pipefail approach. set -e -VERSION="0.276.0" +VERSION="ign-cli" FILE="databricks_cli_$VERSION" # Include operating system in file name.