{"id":29195729,"url":"https://github.com/md-command-line/plugin-release","last_synced_at":"2025-09-26T13:59:15.505Z","repository":{"id":44220095,"uuid":"138353654","full_name":"md-command-line/plugin-release","owner":"md-command-line","description":"Plugin for Release Metrics about your Heroku App","archived":false,"fork":false,"pushed_at":"2022-02-11T00:38:44.000Z","size":487,"stargazers_count":1,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T13:56:49.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/md-command-line.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":"2018-06-22T22:31:44.000Z","updated_at":"2020-08-04T22:53:36.000Z","dependencies_parsed_at":"2022-09-21T01:52:45.693Z","dependency_job_id":null,"html_url":"https://github.com/md-command-line/plugin-release","commit_stats":null,"previous_names":["michaeldimmitt/plugin-release"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/md-command-line/plugin-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fplugin-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fplugin-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fplugin-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fplugin-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/md-command-line","download_url":"https://codeload.github.com/md-command-line/plugin-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fplugin-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277088734,"owners_count":25758763,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-07-02T05:05:40.379Z","updated_at":"2025-09-26T13:59:15.480Z","avatar_url":"https://github.com/md-command-line.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"plugin-release\n==============\n\nReleasing Plugin to Heroku  \n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/plugin-release.svg)](https://npmjs.org/package/plugin-release)\n[![CircleCI](https://circleci.com/gh/MichaelDimmitt/plugin-release/tree/master.svg?style=shield)](https://circleci.com/gh/MichaelDimmitt/plugin-release/tree/master)\n[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/MichaelDimmitt/plugin-release?branch=master\u0026svg=true)](https://ci.appveyor.com/project/MichaelDimmitt/plugin-release/branch/master)\n[![Codecov](https://codecov.io/gh/MichaelDimmitt/plugin-release/branch/master/graph/badge.svg)](https://codecov.io/gh/MichaelDimmitt/plugin-release)\n[![Downloads/week](https://img.shields.io/npm/dw/plugin-release.svg)](https://npmjs.org/package/plugin-release)\n[![License](https://img.shields.io/npm/l/plugin-release.svg)](https://github.com/MichaelDimmitt/plugin-release/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g plugin-release\n$ plugin-release COMMAND\nrunning command...\n$ plugin-release (-v|--version|version)\nplugin-release/0.1.5 darwin-x64 node-v10.22.0\n$ plugin-release --help [COMMAND]\nUSAGE\n  $ plugin-release COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`plugin-release ask`](#plugin-release-ask)\n* [`plugin-release help [COMMAND]`](#plugin-release-help-command)\n* [`plugin-release releases:show`](#plugin-release-releasesshow)\n\n## `plugin-release ask`\n\nshow application name if found\n\n```\nUSAGE\n  $ plugin-release ask\n\nOPTIONS\n  -a, --app=app        (required) app to run command against\n  -r, --remote=remote  git remote of app to use\n```\n\n_See code: [src/commands/ask.ts](https://github.com/MichaelDimmitt/plugin-release/blob/v0.1.5/src/commands/ask.ts)_\n\n## `plugin-release help [COMMAND]`\n\ndisplay help for plugin-release\n\n```\nUSAGE\n  $ plugin-release help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_\n\n## `plugin-release releases:show`\n\nshow latest releases for an app\n\n```\nUSAGE\n  $ plugin-release releases:show\n\nOPTIONS\n  -a, --app=app        (required) app to run command against\n  -r, --remote=remote  git remote of app to use\n```\n\n_See code: [src/commands/releases/show.ts](https://github.com/MichaelDimmitt/plugin-release/blob/v0.1.5/src/commands/releases/show.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-command-line%2Fplugin-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmd-command-line%2Fplugin-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-command-line%2Fplugin-release/lists"}