Sha256: 56654a3d526d2138ed13b36101eb239d2d8cdca6395ec76c32f8d0ccdda9116b

Contents?: true

Size: 984 Bytes

Versions: 125

Compression:

Stored size: 984 Bytes

Contents

{
  "name": "Small Sharp Tool",
  "description": "This app does one little thing, and does it well.",
  "keywords": [
    "productivity",
    "HTML5",
    "scalpel"
  ],
  "website": "https://small-sharp-tool.com/",
  "repository": "https://github.com/jane-doe/small-sharp-tool",
  "logo": "https://small-sharp-tool.com/logo.svg",
  "success_url": "/welcome",
  "scripts": {
    "postdeploy": "bundle exec rake bootstrap"
  },
  "env": {
    "SECRET_TOKEN": {
      "description": "A secret key for verifying the integrity of signed cookies.",
      "generator": "secret"
    },
    "WEB_CONCURRENCY": {
      "description": "The number of processes to run.",
      "value": "5"
    }
  },
  "formation": {
    "web": {
      "quantity": 2,
      "size": "Performance-M"
    }
  },
  "image": "heroku/ruby",
  "addons": [
    "openredis",
    "mongolab:shared-single-small"
  ],
  "buildpacks": [
    {
      "url": "https://github.com/stomita/heroku-buildpack-phantomjs"
    }
  ]
}

Version data entries

125 entries across 125 versions & 1 rubygems

Version Path
kontena-cli-1.3.5 spec/fixtures/app.json
kontena-cli-1.3.5.rc1 spec/fixtures/app.json
kontena-cli-1.4.0.pre6 spec/fixtures/app.json
kontena-cli-1.4.0.pre5 spec/fixtures/app.json
kontena-cli-1.4.0.pre4 spec/fixtures/app.json
kontena-cli-1.4.0.pre3 spec/fixtures/app.json
kontena-cli-1.4.0.pre2 spec/fixtures/app.json
kontena-cli-1.4.0.pre1 spec/fixtures/app.json
kontena-cli-1.3.4 spec/fixtures/app.json
kontena-cli-1.3.4.rc1 spec/fixtures/app.json
kontena-cli-1.3.3 spec/fixtures/app.json
kontena-cli-1.3.3.rc1 spec/fixtures/app.json
kontena-cli-1.3.2 spec/fixtures/app.json
kontena-cli-1.3.2.rc2 spec/fixtures/app.json
kontena-cli-1.3.2.rc1 spec/fixtures/app.json
kontena-cli-1.3.1 spec/fixtures/app.json
kontena-cli-1.3.1.rc2 spec/fixtures/app.json
kontena-cli-1.3.1.rc1 spec/fixtures/app.json
kontena-cli-1.3.0 spec/fixtures/app.json
kontena-cli-1.3.0.rc4 spec/fixtures/app.json