Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/cliPublic

heroku/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku logoNode CI SuitenpmISC License

The Heroku CLI is used to manage Heroku apps from the command line. It is built usingoclif.

For more about Heroku seehttps://www.heroku.com/home

To get started seehttps://devcenter.heroku.com/start

Overview

This is the next generation Node-based Heroku CLI. The goals of this project were to make plugins more flexible, remove Ruby as a runtime dependency, and make the CLI faster.

It has identical functionality to the old Ruby CLI. Under the hood, it is a modular CLI made up of node.js plugins.

For more on developing plugins, readDeveloping CLI Plugins

Issues

For problems directly related to the CLI,add an issue on GitHub.

For other issues,submit a support ticket.

Contributors

Command Topics

Developing

This project is built withlerna. The core plugins are located in./packages.

After cloning the repo

  1. Runyarn to install dependencies
  2. Runyarn build to build the CLI. This will need to be re-run any time you make changes and want to test them locally.

To execute Heroku CLI commands locally, use./bin/run <command>. For example, to run theheroku apps command with your local code, run./bin/run apps from the root directory.

Testing

Run all tests withyarn test.

Debugging

Using WebStorm (from JetBrains / IntelliJ), you can run/debug an individual test case.

  • Create a new run/debug configuration
  • Select the 'Mocha' type

Releasing

See theHeroku CLI Release Steps.

Review ourPR guidelines.


[8]ページ先頭

©2009-2025 Movatter.jp