tme-tools

0.8.1 • Public • Published

TME's Tools for the Heroku Toolbelt

  • Install: $ heroku plugins:install tme-tools
  • Help: $ heroku tme --help

Adds the following commands to the Heroku Toolbelt:

$ heroku tme:app-copy [source-app-name] [target-app-name]
This will clone an app (slug + environment settings) from one app to another.

$ heroku tme:app-push [heroku-app-name] [heroku-app-name-regex]
Pushes the slug the app is running on to one or more apps

$ heroku tme:slug-push [slug-id] [heroku-app-name-regex] [options]*
Pushes a given slug-id to one or more target apps

$ heroku tme:build-push [build-file] [heroku-app-name-regex] [options]*
reads a release file (result from: "heroku releases --json --num 1 --app ...") and pushes the slug to one or more target apps

$ heroku tme:config [heroku-app-name] [--format (text|json)]*
Reads the environment variables of an app and return them in a requested format

$ heroku tme:config-copy [source-app-name] [target-app-name] [options]*
Copies the environment variables from ane app to another

$ heroku tme:config-push [key-values] [heroku-app-name-regex]
Pushes one or more key-values (eg: key1=value1 key2=value2 ...) to one or more apps

$ heroku tme:rollback [heroku-app-name-regex] [options]*
Rolls back one or more apps to their previous release

Readme

Keywords

Package Sidebar

Install

npm i tme-tools

Weekly Downloads

8

Version

0.8.1

License

ISC

Unpacked Size

26.9 kB

Total Files

18

Last publish

Collaborators

  • badkarmapete