{"id":15700837,"url":"https://github.com/iamlizu/verceler","last_synced_at":"2025-05-06T21:08:10.206Z","repository":{"id":242513979,"uuid":"809788561","full_name":"IamLizu/verceler","owner":"IamLizu","description":"Automates tag or released based deployments on Vercel using GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-08-01T08:22:05.000Z","size":97,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T21:08:01.533Z","etag":null,"topics":["automation","ci","cicd","devops","github-actions","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/verceler","language":"JavaScript","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/IamLizu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-06-03T13:01:25.000Z","updated_at":"2025-01-27T06:54:17.000Z","dependencies_parsed_at":"2024-06-03T13:58:04.395Z","dependency_job_id":"951ff2f0-4501-442f-8176-3abfc4442543","html_url":"https://github.com/IamLizu/verceler","commit_stats":null,"previous_names":["iamlizu/verceler"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamLizu%2Fverceler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamLizu%2Fverceler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamLizu%2Fverceler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamLizu%2Fverceler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IamLizu","download_url":"https://codeload.github.com/IamLizu/verceler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769421,"owners_count":21801378,"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":["automation","ci","cicd","devops","github-actions","vercel","vercel-deployment"],"created_at":"2024-10-03T19:54:51.968Z","updated_at":"2025-05-06T21:08:10.168Z","avatar_url":"https://github.com/IamLizu.png","language":"JavaScript","readme":"# verceler\n\n`verceler` is a CLI tool that simplifies and automates the process of deploying based on tags/releases to Vercel. It helps you automate trunk-based development and deploy through tags and releases.\n\n## Installation\n\nTo install `verceler`, you can use npm or yarn:\n\n```sh\nnpm install -g verceler\n```\n\nor\n\n```sh\nyarn global add verceler\n```\n\n## Usage\n\nAfter installing verceler, you can use it via the command line. Here are some common commands and options:\n\n```sh\nverceler -vt \u003cvercel_token\u003e -gt \u003cgithub_token\u003e [options]\n```\n\n### Options\n\n| Option                           | Description                                                                                                      |\n| -------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `--vercel-token, -vt \u003ctoken\u003e`    | Your Vercel API token.                                                                                           |\n| `--github-token, -gt \u003ctoken\u003e`    | Your GitHub API token.                                                                                           |\n| `--create-github-workflow, -cgw` | Create a GitHub Actions workflow file for Vercel deployment.                                                     |\n| `--debug, -d`                    | Enable debug mode to log extra information.                                                                      |\n| `--load-env, -le \u003cenvs\u003e`         | Comma-separated list of environments to set variables in Vercel projects (e.g., preview,development,production). |\n| `--domain, -dom \u003cdomain\u003e`        | Domain name to set up with your Vercel project.                                                                  |\n\n### Example\n\n```sh\nverceler -vt your_vercel_token -gt your_github_token --create-github-workflow --load-env preview,development,production --domain yourdomain.com\n```\n\nThis command will:\n\n1. Create a GitHub Actions workflow file for Vercel deployment.\n2. Install the Vercel CLI globally if not already installed.\n3. Link the project to Vercel.\n4. Load environment variables from .env.local and set them in Vercel for the specified environments.\n5. Set up the necessary GitHub secrets for Vercel deployment.\n6. Add the specified domain to your Vercel project.\n\n## Contributing\n\nWe welcome contributions to verceler. To contribute, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them with descriptive messages.\n4. Push your changes to your fork.\n5. Submit a pull request to the main repository.\n\n### Running Tests\n\nTo run the test suite, use the following command:\n\n```sh\nyarn test --verbose --coverage\n```\n\nThis will run all the unit tests and provide you with a coverage report. Make sure to write tests for any new features or bug fixes you add.\n\n### Code Style\n\nWe follow standard JavaScript coding conventions. Please make sure your code adheres to these conventions before submitting a pull request.\n\n## License\n\n`verceler` is licensed under the MIT License. See the [LICENSE](./LICENSE.md) file for more details.\n\n---\n\nWe hope verceler makes your Vercel deployments easier and more efficient. If you have any questions or feedback, feel free to open an issue or reach out to us.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamlizu%2Fverceler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamlizu%2Fverceler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamlizu%2Fverceler/lists"}