Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

heroku/heroku-cli-hello-world

Repository files navigation

Archival Notice

📁🗄📜Repository Archived

This repository has been archived and will no longer be maintained by Heroku.

What this means:

  • Pull requests and issue tracking have been disabled.
  • The project will not receive updates and no new features or security updates will be released.
  • The repository is now read-only.
  • The plugin will still be available to use but may be deprecated.

Why was it archived? This project is considered complete and active development has concluded.

What if I need to make a change? If you wish to continue development, please consider forking the repository and maintaining your own version.

@heroku-cli/plugin-hello-world

heroku CLI example plugin

Version CircleCI Appveyor CI Greenkeeper Known Vulnerabilities Downloads/week License

Install

with yarn:

$ yarn global add @heroku-cli/plugin-hello-world

or with npm:

$ npm install -g @heroku-cli/plugin-hello-world

Usage

$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-hello-world/0.0.2 (darwin-x64) node-v9.5.0
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

hello:world [FILE]

describe the command here

USAGE
  $ heroku hello:world [FILE]

OPTIONS
  -f, --force
  -n, --name=name  name to print

EXAMPLES
  $ oclif-example hello
  hello world from ./src/hello.ts!

  $ oclif-example hello --name myname
  hello myname from .src/hello.ts!

See code: src/commands/hello/world.ts