Skip to main content
https://img.shields.io/travis/grampajoe/happy.svg https://img.shields.io/coveralls/grampajoe/happy.svg https://img.shields.io/scrutinizer/g/grampajoe/happy.svg

Quickly set up and tear down Heroku apps!

Quickly starting

Add an app.json manifest that looks kinda like this:

{
  "name": "My App Thing",
  "repository": "https://github.com/helloitsme/thingy",
  "env": {
    "FROBULATION_LIMIT": {
      "description": "Maximum frobulations per lunar cycle.",
      "value": "7"
    }
  },
  "addons": [
    "pusher"
  ]
}

Push that to your thing’s master branch on GitHub so Heroku can find it.

Log in with the Heroku toolbelt , then do this:

$ pip install happy
$ happy up butt-man-123
Creating app... butt-man-123
Building... done
It's up! :) https://butt-man-123.herokuapp.com

That’s it! You made a temporary app with all the fixins, which you can use to continuously integrate or whatever you want to do.

Then, you can get rid of it like:

$ happy down butt-man-123
Are you sure you want to delete butt-man-123? [y/N]: y
Destroying app butt-man-123... done
It's down. :(

Commands

up

Usage: happy up [OPTIONS] [APP_NAME]

Brings up a Heroku app.

The app name is stored in a file called .happy in the working directory so happy can find it later.

  • APP_NAME

    (optional) Name of the Heroku app to create. If this is not given, one is chosen for you by the Heroku API.

  • --auth-token

    (optional) Heroku API auth token. If this is not given, happy assumes you’re logged in through Heroku CLI, i.e. your token is stored in your netrc file.

  • --env

    (optional) Environment variable overrides, e.g. --env KEY=value. For multiple variables, this option can be passed more than once. Variable names MUST match one of the names in the env section of your app.json, or the build will fail with an invalid app.json message.

  • --tarball-url

    (optional) URL of the tarball containing app.json. If this is not given, happy tries to infer it from an app.json file in the current directory.

down

Usage: happy down [OPTIONS] [APP_NAME]

Brings down a Heroku app.

  • APP_NAME

    (optional) Name of the Heroku app to delete. If this is not given, the app name is read from a file called .happy in the working directory.

  • --auth-token

    (optional) Heroku API auth token. If this is not given, happy assumes you’re logged in through Heroku CLI, i.e. your token is stored in your netrc file.

  • --force

    (optional) Suppress the delete confirmation prompt. Useful for automation!

Running the tests

  1. Install tox with pip install tox.

  2. Run the tests with tox.

Release files for happy 1.2.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for happy 1.2.1
File Size Uploaded
happy-1.2.1.tar.gz 5.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for happy 1.2.1
File Interpreter ABI Platform
happy-1.2.1-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 13.0 kB

Release files / happy-1.2.1.tar.gz

Download URL happy-1.2.1.tar.gz
Size 5.0 kB
Tags Source
SHA-256 checksum
How to use checksums
e198c77b379789682fa2b1e010dfbe2000024062de10a980811737bf43d2d3da
BLAKE2b-256 checksum
How to use checksums
68b8ee1613a7411bcb3e5bc8627263b4dc4118787fffd542323f08872125d02c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / happy-1.2.1-py2.py3-none-any.whl

Download URL happy-1.2.1-py2.py3-none-any.whl
Size 8.0 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
df030b3111873e2fcbbf562ebc75ffc32152c2f6f1575c21e83da766f8912fe4
BLAKE2b-256 checksum
How to use checksums
92c9106f881e96c78d767f58950e97796e8a615439650840c13afeb7bbda5d82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.2.1 This release

2 release files

1.2.0

1 release file

1.1.0

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page