{"id":13465064,"url":"https://github.com/npm/wombat-cli","last_synced_at":"2025-10-07T03:31:21.026Z","repository":{"id":57398860,"uuid":"55255459","full_name":"npm/wombat-cli","owner":"npm","description":"The wombat cli tool.","archived":true,"fork":false,"pushed_at":"2018-06-14T18:07:59.000Z","size":178,"stargazers_count":35,"open_issues_count":56,"forks_count":12,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-01-16T13:19:04.407Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/npm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-04-01T18:56:42.000Z","updated_at":"2023-08-25T22:33:17.000Z","dependencies_parsed_at":"2022-09-12T05:40:36.608Z","dependency_job_id":null,"html_url":"https://github.com/npm/wombat-cli","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fwombat-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fwombat-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fwombat-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npm%2Fwombat-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npm","download_url":"https://codeload.github.com/npm/wombat-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235581534,"owners_count":19013089,"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-07-31T14:00:56.993Z","updated_at":"2025-10-07T03:31:15.772Z","avatar_url":"https://github.com/npm.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# wombat-cli\n\n[![Build Status](https://travis-ci.org/npm/wombat-cli.svg?branch=master)](https://travis-ci.org/npm/wombat-cli) [![Coverage Status](https://coveralls.io/repos/github/npm/wombat-cli/badge.svg?branch=master)](https://coveralls.io/github/npm/wombat-cli?branch=master)\n\nThe wombat cli tool.\n\n\n\n                 ,.--\"\"\"\"--.._\n               .\"     .'      `-.\n              ;      ;           ;\n             '      ;             )\n            /     '             . ;\n           /     ;     `.        `;\n         ,.'     :         .     : )\n         ;|\\'    :      `./|) \\  ;/\n         ;| \\\"  -,-   \"-./ |;  ).;\n         /\\/              \\/   );\n        :                 \\    ;\n        :     _      _     ;   )\n        `.   \\;\\    /;/    ;  /\n          !    :   :     ,/  ;\n           (`. : _ : ,/\"\"   ;\n            \\\\\\`\"^\" ` :    ;\n                     (    )\n                     ////\n\n```\nthe helpful wombat tool\n\nCommands:\n  hook                control your hooks\n  package \u003cpackage\u003e   see information about the named package\n  versions \u003cpackage\u003e  see all available versions for the named package\n  whoami              the username you are authenticated as\n\nOptions:\n  --registry, -r  the registry configuration to use         [default: \"default\"]\n  --json, -j      print output as json                [boolean] [default: false]\n  --help          Show help                                            [boolean]\n  --version       show version information                             [boolean]\n```\n\nHelp is available for each of the supported commands.\n\nYou may also do fun things like `wombat ls --depth=0` and `npm` will be invoked.\n\n## configuration\n\nWombat reads its config from the file `~/.wombatrc`. This file is parsed as [TOML](https://github.com/toml-lang/toml). The defaults look like this:\n\n```toml\n[default]\nregistry = \"https://registry.npmjs.org\"\napi = \"https://registry.npmjs.org/-/npm\"\n```\n\nYou can add sections for other registries to talk to and point wombat to them using the name of the config section, or change the default to a registry you use more often. For example:\n\n```toml\n[default]\nregistry = \"https://registry.npmjs.org\"\napi = \"https://registry.npmjs.org/-/npm\"\n\n[enterprise]\nregistry = \"https://npm-enterprise.private.npmjs.com\"\napi = \"https://api.private.npmjs.com\"\n```\n\nThen run something like `wombat -r enterprise package @secret/private-package`\n\n## web hooks\n\n```\nwombat hook\n\nCommands:\n  ls [pkg]                    list your hooks\n  add \u003cpkg\u003e \u003curl\u003e \u003csecret\u003e    add a hook to the named package\n  update \u003cid\u003e \u003curl\u003e [secret]  update an existing hook\n  rm \u003cid\u003e                     remove a hook\n\nExamples:\n  wombat hook add lodash https://example.com/webhook my-shared-secret\n  wombat hook ls lodash\n  wombat hook ls --json\n  wombat hook rm id-ers83f\n```\n\n## viewing packages\n\n`wombat package yargs` shows you a formatted description of the package meta-data. Pass `--readme` to get the package readme rendered in your terminal as markdown!\n\n`wombat versions yargs` shows you a list of all dist-tags and versions for the named package (in this case, yargs).\n\n## whoami\n\nFind out who you are logged in as for the registry you're using.\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpm%2Fwombat-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpm%2Fwombat-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpm%2Fwombat-cli/lists"}