{"id":13510244,"url":"https://github.com/denoland/deployctl","last_synced_at":"2025-05-15T05:08:02.881Z","repository":{"id":37698979,"uuid":"346487321","full_name":"denoland/deployctl","owner":"denoland","description":"Command line tool for Deno Deploy","archived":false,"fork":false,"pushed_at":"2025-03-18T04:55:50.000Z","size":2456,"stargazers_count":361,"open_issues_count":91,"forks_count":64,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-05-07T15:49:31.065Z","etag":null,"topics":["deno","deno-deploy"],"latest_commit_sha":null,"homepage":"https://deno.com/deploy","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denoland.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}},"created_at":"2021-03-10T20:45:35.000Z","updated_at":"2025-05-04T08:39:36.000Z","dependencies_parsed_at":"2023-11-06T12:29:17.055Z","dependency_job_id":"bb0526ac-1e6b-4a24-bba1-4ee593072e12","html_url":"https://github.com/denoland/deployctl","commit_stats":{"total_commits":147,"total_committers":29,"mean_commits":5.068965517241379,"dds":0.7006802721088435,"last_synced_commit":"873e36ef145b98c8762b777e2b1532e4096f4f94"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeployctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeployctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeployctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeployctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deployctl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253900592,"owners_count":21981273,"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":["deno","deno-deploy"],"created_at":"2024-08-01T02:01:30.360Z","updated_at":"2025-05-15T05:07:57.871Z","avatar_url":"https://github.com/denoland.png","language":"TypeScript","readme":"# deployctl\n\n`deployctl` is the command line tool for Deno Deploy. This repository also\ncontains the `denoland/deployctl` GitHub Action.\n\n## Prerequisite\n\nYou need to have Deno 1.46.0+ installed (latest version is recommended; just run\n`deno upgrade`)\n\n## Install\n\n```shell\ndeno install -gArf jsr:@deno/deployctl\n```\n\n## Usage\n\nThe easiest way to get started with `deployctl` is to deploy one of the examples\nin the [examples directory](./examples):\n\n```shell\ncd examples/hello-world\ndeployctl deploy\n```\n\nVisit the [deployctl docs](https://docs.deno.com/deploy/manual/deployctl) and\ncheck out the help output to learn all you can do with deployctl:\n\n```shell\ndeployctl -h\n```\n\n## Action Example\n\n```yml\nname: Deploy\n\non: push\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n\n    permissions:\n      id-token: write # This is required to allow the GitHub Action to authenticate with Deno Deploy.\n      contents: read\n\n    steps:\n      - name: Clone repository\n        uses: actions/checkout@v4\n\n      - name: Deploy to Deno Deploy\n        uses: denoland/deployctl@v1\n        with:\n          project: my-project # the name of the project on Deno Deploy\n          entrypoint: main.ts # the entrypoint to deploy\n```\n\nTo learn more about the action, checkout [action readme](./action/README.md).\n","funding_links":[],"categories":["JavaScript","deno","TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoland%2Fdeployctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoland%2Fdeployctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoland%2Fdeployctl/lists"}