Sha256: 94fdf4ed4afca375439a4ec0bd3c0fb1e3f65a1b2650c00a322ffb0e356ff513

Contents?: true

Size: 460 Bytes

Versions: 46

Compression:

Stored size: 460 Bytes

Contents

#!/bin/bash

#/ NAME
#/     migrate --
#/
#/ SYNOPSIS
#/     
#/     migrate 
#/

# figure out the project root under which bin, lib live
shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)"

# load a jason bourne library
source "$shome/libexec/_treadstone"
require 'ao'

function aomain {
  set -- $(for a in "$@"; do echo $a.app; done)
  cap "$@" deploy:began deploy:lock_migrate deploy:migrate deploy:finished 
}

require sub "$BASH_SOURCE" "$@"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
alpha_omega-1.3.19 libexec/aoh-migrate
alpha_omega-1.3.18 libexec/aoh-migrate
alpha_omega-1.3.17 libexec/aoh-migrate
alpha_omega-1.3.16 libexec/aoh-migrate
alpha_omega-1.3.15 libexec/aoh-migrate
alpha_omega-1.3.14 libexec/aoh-migrate