{"id":20405735,"url":"https://github.com/cloudquery/setup-cloudquery","last_synced_at":"2026-02-09T12:16:55.677Z","repository":{"id":37015642,"uuid":"424945299","full_name":"cloudquery/setup-cloudquery","owner":"cloudquery","description":"Setup CloudQuery CLI in GitHub Actions workflows","archived":false,"fork":false,"pushed_at":"2025-04-09T15:40:01.000Z","size":2190,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-12T15:05:03.805Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudquery.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-05T12:45:04.000Z","updated_at":"2025-04-09T15:40:03.000Z","dependencies_parsed_at":"2023-10-20T10:50:56.794Z","dependency_job_id":"d8e3929f-a3c2-4702-8873-96074499418a","html_url":"https://github.com/cloudquery/setup-cloudquery","commit_stats":{"total_commits":572,"total_committers":3,"mean_commits":"190.66666666666666","dds":0.05594405594405594,"last_synced_commit":"837fbca94c330106d5e59d9a6f1979297d474605"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudquery%2Fsetup-cloudquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudquery%2Fsetup-cloudquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudquery%2Fsetup-cloudquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudquery%2Fsetup-cloudquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudquery","download_url":"https://codeload.github.com/cloudquery/setup-cloudquery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586236,"owners_count":21128997,"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","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-15T05:12:48.584Z","updated_at":"2026-01-02T13:23:23.997Z","avatar_url":"https://github.com/cloudquery.png","language":"TypeScript","readme":"# setup-cloudquery\n\nA GitHub action to download the CloudQuery CLI so it can be used in other steps.\n\n## Prerequisites\n\n- We only support Linux or MacOS runners. Contributions welcomed to add Windows support 🪟\n- CloudQuery source and destination configuration files. See [CloudQuery docs](https://www.cloudquery.io/docs/quickstart) for more information.\n\n## Setup\n\nExample usage:\n\nCreate a `.github/workflows/cloudquery.yml` file with the content of:\n\n```yaml\nname: CloudQuery\non:\n  schedule:\n    # Run daily at 03:00 (3am)\n    - cron: '0 3 * * *'\n\njobs:\n  cloudquery:\n    runs-on: ubuntu-latest\n    steps:\n      # Checkout a git repository with a pre-existing CloudQuery configuration files\n      - uses: actions/checkout@v4\n\n      # Setup AWS credentials (example)\n      - name: Configure AWS credentials\n        uses: aws-actions/configure-aws-credentials@v4\n        with:\n          role-to-assume: \u003crole-arn\u003e\n          aws-region: \u003cregion\u003e\n\n      - uses: cloudquery/setup-cloudquery@v3\n        name: Setup CloudQuery\n        with:\n          # Required. Must be a valid SemVer version\n          version: 'v5.12.1'\n\n      - name: Sync with CloudQuery\n        run: cloudquery sync [file or directories...] --log-console\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudquery%2Fsetup-cloudquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudquery%2Fsetup-cloudquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudquery%2Fsetup-cloudquery/lists"}