All Projects → heroku → Heroku Ci

heroku / Heroku Ci

Licence: mit
this code is now in https://github.com/heroku/cli

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Heroku Ci

Satis On Heroku
Your private Satis instance on Heroku, just one click away.
Stars: ✭ 5 (-64.29%)
Mutual labels:  heroku
Pingmydyno
Keep Heroku dynos awake forever ☕️
Stars: ✭ 22 (+57.14%)
Mutual labels:  heroku
Heroku Wp
WordPress on Heroku
Stars: ✭ 865 (+6078.57%)
Mutual labels:  heroku
Heroku Django Template
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
Stars: ✭ 887 (+6235.71%)
Mutual labels:  heroku
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (+35.71%)
Mutual labels:  heroku
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (+78.57%)
Mutual labels:  heroku
Www.ruby Lang.org
Source of the https://www.ruby-lang.org website.
Stars: ✭ 790 (+5542.86%)
Mutual labels:  heroku
Node Js Getting Started
Getting Started with Node on Heroku
Stars: ✭ 872 (+6128.57%)
Mutual labels:  heroku
Piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
Stars: ✭ 902 (+6342.86%)
Mutual labels:  heroku
Tensorflow Mnist
Stars: ✭ 863 (+6064.29%)
Mutual labels:  heroku
Haiku
🚀 Instant Heroku deploys from GitHub branches
Stars: ✭ 17 (+21.43%)
Mutual labels:  heroku
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+6321.43%)
Mutual labels:  heroku
Discordpy Startup
Herokuでdiscord.pyを始めるテンプレート
Stars: ✭ 27 (+92.86%)
Mutual labels:  heroku
Heroku Cra Node
⚛️ How to use create-react-app with a custom Node server on Heroku
Stars: ✭ 822 (+5771.43%)
Mutual labels:  heroku
Minimal Chrome On Heroku
Getting headless chrome running on heroku
Stars: ✭ 12 (-14.29%)
Mutual labels:  heroku
Url To Pdf Api
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
Stars: ✭ 6,544 (+46642.86%)
Mutual labels:  heroku
Heroku Connect Plugin
CLI plugin for Heroku Connect (experimental)
Stars: ✭ 23 (+64.29%)
Mutual labels:  heroku
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+56785.71%)
Mutual labels:  heroku
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-14.29%)
Mutual labels:  heroku
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (+5964.29%)
Mutual labels:  heroku

Heroku CI CLI

The CLI plugin for Heroku CI

Installation

This plugin is part of the official Heroku CLI, so there is no need to install it to run their commands.

Development

First, please read Developing CLI Plugins on Heroku's DevCenter.

Run Tests

$ npm test

Deploy

  1. Release a new version of this npm package. e.g. Using np
› np

Publish a new version of heroku-ci (1.6.0)

? Select semver increment or specify new version minor 	1.7.0
? Will bump from 1.6.0 to 1.7.0. Continue? Yes
 ✔ Prerequisite check
 ✔ Git
 ✔ Cleanup
 ✔ Installing dependencies using Yarn
 ✔ Running tests
 ✔ Bumping version using Yarn
 ✔ Publishing package
 ✔ Pushing tags

 heroku-ci 1.7.0 published 🎉
  1. Open a new pr in https://github.com/heroku/cli/blob/master/package.json, updating to the appropriate heroku-ci version.

Commands

All commands accept a -a flag. This should be the name of an app in the pipeline you have connected to Heroku CI. The -a flag can be omitted if you are in the directory of an app already.

heroku ci:list, aliased as heroku ci

Show the statuses of the most recent test runs. Add the -w or --watch flag to keep the session running and listen for updates.

heroku ci:info NUMBER

Show the status of a specific test run. If no run number is provided the most recent will be shown.

heroku ci:last

Show the status of the most recent test run

heroku ci:run

Run this from within your repo directory to trigger a test agains the current branch and commit.

heroku ci:rerun NUMBER

Re-run a previous test run. If no test run number is provided, the most recent test run will be re-run.

heroku ci:migrate-manifest

Migrate the current directory from the deprecated app-ci.json file format to the new app.json + environments. See the docs for more details.

heroku ci:debug

Run this from within your repo directory to start and attach to a debug run. Useful for debugging failing test setup or a test which fails in CI but passes locally.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].