Sha256: d08fb5af7ab51882fb2b3893a017f1e7356c032ae1b1972d47f4d3a7655ec6d9

Contents?: true

Size: 502 Bytes

Versions: 46

Compression:

Stored size: 502 Bytes

Contents

#!/bin/bash

#/ NAME
#/     task --
#/
#/ SYNOPSIS
#/     
#/     task <task_name> 
#/

# 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 {
  local nm_task=$1; shift
  set -- $(for a in "$@"; do echo $a.app; done)
  cap "$@" deploy:began deploy:lock_migrate deploy:migrate "$nm_task" deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
alpha_omega-1.5.10 libexec/aoh-task
alpha_omega-1.5.9 libexec/aoh-task
alpha_omega-1.5.8 libexec/aoh-task
alpha_omega-1.5.7 libexec/aoh-task
alpha_omega-1.5.6 libexec/aoh-task
alpha_omega-1.5.4 libexec/aoh-task
alpha_omega-1.5.3 libexec/aoh-task
alpha_omega-1.5.2 libexec/aoh-task
alpha_omega-1.5.1 libexec/aoh-task
alpha_omega-1.5.0 libexec/aoh-task
alpha_omega-1.3.48 libexec/aoh-task
alpha_omega-1.3.47 libexec/aoh-task
alpha_omega-1.3.46 libexec/aoh-task
alpha_omega-1.3.45 libexec/aoh-task
alpha_omega-1.3.44 libexec/aoh-task
alpha_omega-1.3.43 libexec/aoh-task
alpha_omega-1.3.42 libexec/aoh-task
alpha_omega-1.3.41 libexec/aoh-task
alpha_omega-1.3.40 libexec/aoh-task
alpha_omega-1.3.39 libexec/aoh-task