{"id":21626595,"url":"https://github.com/formspree/zdesk","last_synced_at":"2025-07-27T02:34:08.298Z","repository":{"id":33969670,"uuid":"164361441","full_name":"formspree/zdesk","owner":"formspree","description":"A command line tool for performing bulk operations on Zendesk support tickets","archived":false,"fork":false,"pushed_at":"2022-12-08T09:47:47.000Z","size":91,"stargazers_count":3,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T07:53:42.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/formspree.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}},"created_at":"2019-01-07T01:18:55.000Z","updated_at":"2020-03-03T19:48:35.000Z","dependencies_parsed_at":"2023-01-15T03:41:32.584Z","dependency_job_id":null,"html_url":"https://github.com/formspree/zdesk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/formspree/zdesk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fzdesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fzdesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fzdesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fzdesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formspree","download_url":"https://codeload.github.com/formspree/zdesk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fzdesk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265270470,"owners_count":23738043,"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-25T01:13:45.162Z","updated_at":"2025-07-27T02:34:08.242Z","avatar_url":"https://github.com/formspree.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zdesk\n\nA command line tool for performing bulk operations on Zendesk support tickets\n\n## install\n\n```\nnpm install -g zdesk\n```\n\n## Usage\n\n```\nUsage: zdesk [options] [command]\n\nZendesk support ticket bulk operations\n\nOptions:\n  -V, --version                                 output the version number\n  -h, --help                                    output usage information\n\nCommands:\n  login [options]                               Login with your email and API Key. Stored in the OS Keychain or equivalent.\n  logout                                        Remove your Zendesk API keys from the OS Keychain or equivalent.\n  list|ls [options] \u003csearch\u003e [moreTerms...]     List tickets using a search string\n  delete|del [options] \u003csearch\u003e [moreTerms...]  Delete all tickets that match a search string\n```\n\n## Authentication\n\nThe `login` command uses [keytar](https://www.npmjs.com/package/keytar) to store your credentials in the OS Keychain or\nequivalent. Login will prompt you for your site id, username and API key, or if\nyou run one of the other commands without credentials configured, you will first\nbe prompted to login.\n\nTo create an API key see the [Zendesk helpsite](https://support.zendesk.com/hc/en-us/articles/226022787-Generating-a-new-API-token-).\n\nRunning the `logout` command will remove the credentials.\n\nExample:\n\n```\n$ zdesk login\n? Enter your Zendesk organization id (???.zendesk.com):  example\n? Enter your Zendesk email:  user@example.com\n? Enter your API key:  [hidden]\n```\n\n## List\n\n```\nUsage: list|ls [options] \u003csearch\u003e [moreTerms...]\n\nList tickets using a search string\n\nOptions:\n  -n --num \u003cn\u003e  The number of results to return, default is 100\n  -v --verbose  Output some debug logs\n  -h, --help    output usage information\n```\n\nList all tickets that match the search terms. For example:\n\n```\n$ zdesk ls confirmation question -n 3\n    0 | Jun 6, 2018 8:12 PM       | Robot Verify and Email Confirmation\n    1 | Oct 8, 2018 10:24 AM      | Question\n    2 | Dec 19, 2017 5:33 PM      | questionable confirmation email\nTotal: 3 items\n```\n\n## Delete\n\n```\nUsage: delete|del [options] \u003csearch\u003e [moreTerms...]\n\nDelete all tickets that match a search string\n\nOptions:\n  -n --num \u003cn\u003e  The number of results to return, default is 100\n  -v --verbose  Output some debug logs\n  -h, --help    output usage information\n```\n\nDelete all tickets that match the search terms. For example:\n\n```\n$ zdesk del confirmation question -n 3\nDeleted 3 tickets\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformspree%2Fzdesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformspree%2Fzdesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformspree%2Fzdesk/lists"}