0.1.6 • Published 4 years ago

@heroku/support-notes v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

support-notes

An extension for support-notes via the CLI

oclif Version CircleCI Downloads/week License

Usage

Install via npm

To install the Support notes plugin via npm you need to have access to the Heroku npm org. To do so:

  1. Install the Heroku CLI
  2. Then run heroku plugins:install @heroku/support-notes:
$ heroku plugins:install @heroku/support-notes
running command...
$ heroku notes --help [COMMAND]
USAGE
  $ heroku notes:COMMAND
...

Environment variables

Set the NOTES_API environment variable to control the endpoint used (defaults to production, staging is https://support-notes-staging.herokuapp.com)

Commands

heroku notes

Show notes available to the current user

USAGE
  $ heroku notes

OPTIONS
  -c, --count=count  [default: 10] Count of notes to return

See code: src/commands/notes/index.ts

heroku notes:create

Create a new note

USAGE
  $ heroku notes:create

See code: src/commands/notes/create.ts

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago