{"id":51010700,"url":"https://github.com/getarcaneapp/setup-cli","last_synced_at":"2026-06-21T02:01:39.393Z","repository":{"id":361711699,"uuid":"1255497764","full_name":"getarcaneapp/setup-cli","owner":"getarcaneapp","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-31T22:55:21.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T00:15:51.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getarcaneapp.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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T22:37:10.000Z","updated_at":"2026-05-31T22:53:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/getarcaneapp/setup-cli","commit_stats":null,"previous_names":["getarcaneapp/setup-cli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/getarcaneapp/setup-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getarcaneapp%2Fsetup-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getarcaneapp%2Fsetup-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getarcaneapp%2Fsetup-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getarcaneapp%2Fsetup-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getarcaneapp","download_url":"https://codeload.github.com/getarcaneapp/setup-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getarcaneapp%2Fsetup-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34591166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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":"2026-06-21T02:01:35.493Z","updated_at":"2026-06-21T02:01:39.388Z","avatar_url":"https://github.com/getarcaneapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arcane `setup-cli` GitHub Action\n\nInstalls `arcane-cli` in a GitHub Actions job so later workflow steps can run the Arcane CLI.\n\n## Usage\n\nInstall the latest Arcane CLI release:\n\n```yaml\nsteps:\n  - uses: getarcaneapp/setup-cli@v1\n  - run: arcane-cli --version\n```\n\nInstall Arcane CLI v1.19.5:\n\n```yaml\nsteps:\n  - uses: getarcaneapp/setup-cli@v1\n    with:\n      version: 1.19.5\n  - run: arcane-cli --version\n```\n\nConfigure the CLI with workflow secrets before calling an Arcane server:\n\n```yaml\nsteps:\n  - uses: getarcaneapp/setup-cli@v1\n    with:\n      version: 1.19.5\n  - run: |\n      arcane-cli config set server-url \"$ARCANE_SERVER_URL\"\n      arcane-cli config set api-key \"$ARCANE_API_KEY\"\n      arcane-cli projects list\n    env:\n      ARCANE_SERVER_URL: ${{ secrets.ARCANE_SERVER_URL }}\n      ARCANE_API_KEY: ${{ secrets.ARCANE_API_KEY }}\n```\n\n## Inputs\n\n- `version` - Optional. Arcane CLI version to install. Defaults to `latest`. Accepts `latest`, exact versions like `1.19.5` or `v1.19.5`, and semver ranges like `1.x`.\n- `github-token` - Optional. GitHub token used for release API calls. Useful if your workflow hits unauthenticated GitHub API rate limits.\n\n## Outputs\n\n- `version` - Resolved Arcane CLI version that was installed.\n- `path` - Directory added to `PATH`.\n- `cache-hit` - `true` when the tool came from the runner tool cache, otherwise `false`.\n\n## Authentication\n\nThis action only installs `arcane-cli`. It does not request GitHub OIDC tokens, exchange credentials, or write Arcane config automatically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetarcaneapp%2Fsetup-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetarcaneapp%2Fsetup-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetarcaneapp%2Fsetup-cli/lists"}