{"id":18400672,"url":"https://github.com/databricks/setup-cli","last_synced_at":"2025-10-18T12:50:33.164Z","repository":{"id":166903386,"uuid":"620442111","full_name":"databricks/setup-cli","owner":"databricks","description":"Sets up the Databricks CLI in your GitHub Actions workflow.","archived":false,"fork":false,"pushed_at":"2025-10-16T08:45:02.000Z","size":158,"stargazers_count":17,"open_issues_count":12,"forks_count":14,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-17T11:04:09.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databricks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-28T17:31:18.000Z","updated_at":"2025-10-16T08:44:58.000Z","dependencies_parsed_at":"2024-01-31T14:46:36.693Z","dependency_job_id":"a3c62248-4e29-4096-ac63-1cfa21bc9bca","html_url":"https://github.com/databricks/setup-cli","commit_stats":null,"previous_names":["databricks/setup-cli"],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/databricks/setup-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fsetup-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fsetup-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fsetup-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fsetup-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databricks","download_url":"https://codeload.github.com/databricks/setup-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databricks%2Fsetup-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279528330,"owners_count":26185449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-18T02:00:06.492Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T02:35:58.077Z","updated_at":"2025-10-18T12:50:33.159Z","avatar_url":"https://github.com/databricks.png","language":"Shell","readme":"# setup-cli\n\nsetup-cli makes it easy to install the [Databricks CLI](https://github.com/databricks/cli) in your environment.\n\nIt provides a composite GitHub Action and a portable installation script that can be used in most CI/CD systems and development environments.\n\nFull documentation about installation can be found at:\n* (AWS) https://docs.databricks.com/en/dev-tools/cli/install.html\n* (Azure) https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/install\n* (GCP) https://docs.gcp.databricks.com/en/dev-tools/cli/install.html\n\n## Usage\n\nThis repository contains an `install.sh` script that can be invoked to install the Databricks CLI.\n\nTo install the latest version, run the following command:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh\n```\n\nTo install a specific version, you can replace `main` with a specific release tag:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.273.0/install.sh | sh\n```\n\n## GitHub Actions\n\nThis repository can be used from GitHub Actions.\n\nFor a complete example of how to use the Databricks CLI in a GitHub Actions workflow, see the following guide:\n* (AWS) https://docs.databricks.com/en/dev-tools/bundles/ci-cd.html\n* (Azure) https://learn.microsoft.com/en-us/azure/databricks/dev-tools/bundles/ci-cd\n* (GCP) https://docs.gcp.databricks.com/en/dev-tools/bundles/ci-cd.html\n\nTo always use the latest version of the Databricks CLI, use the action from the `main` branch:\n\n```yml\n- uses: databricks/setup-cli@main\n```\n\nIn case you need to use a specific version of the Databricks CLI, use the action from a release tag:\n\n```yml\n- uses: databricks/setup-cli@v0.273.0\n```\n\nReplace the tag with the version you want to use.\n\nAlternatively, you can specify the version as a parameter to the action:\n\n```yml\n- uses: databricks/setup-cli@main\n  with:\n    version: 0.273.0\n```\n\n## Preview notice\n\nPlease note that the Databricks CLI is in public preview as defined on\nhttps://docs.databricks.com/en/release-notes/release-types.html.\nThis means that it has medium-to-high maturity and can be used in production.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks%2Fsetup-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabricks%2Fsetup-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabricks%2Fsetup-cli/lists"}