heroku2scalingo

command module
v0.1.5-0...-5436c12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2015 License: BSD-4-Clause Imports: 10 Imported by: 0

README

heroku2scalingo

Migrate from Heroku to Scalingo in a minute.

Installation

You can install the binary by:

  • Downloading it manually here: heroku2scalingo
    Unzipping it: tar -xvf heroku2scalingo_0.1.1_linux_amd64.tar.gz
    And placing it in one of your $PATH
  • Building it from source:
    git clone https://github.com/Scalingo/heroku2scalingo.git
    godep go build
    And then placing heroku2scalingo to one of your $PATH

Usage

heroku2scalingo <app_name>

The following operations will be performed in this order:

  • Authentication to Scalingo
  • Authentication to Heroku API
  • Creation of Scalingo app
  • Get/Set environment variables
  • git clone your heroku app repository
  • git push scalingo master -> Auto-deployment using the Procfile

TODO

  • Data migration out of Heroku addons

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/code.google.com/p/gopass
gopass is a library for getting hidden input from a terminal.
gopass is a library for getting hidden input from a terminal.
_workspace/src/github.com/Scalingo/envconfig
Package envconfig implements decoding of environment variables based on a user defined specification.
Package envconfig implements decoding of environment variables based on a user defined specification.
_workspace/src/github.com/bgentry/heroku-go
Package heroku is a client interface to the Heroku API.
Package heroku is a client interface to the Heroku API.
_workspace/src/github.com/pborman/uuid
The uuid package generates and inspects UUIDs.
The uuid package generates and inspects UUIDs.
_workspace/src/gopkg.in/errgo.v1
The errgo package provides a way to create and diagnose errors.
The errgo package provides a way to create and diagnose errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL