Sha256: e2748057f26660436b420dc806baa9d08a80eb8340d5ab427c2f847ea1071af7

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

#!/bin/bash

#/ NAME
#/     ao-compare -- compare workarea against the current deploy
#/
#/ SYNOPSIS
#/     ao compare [deploy_set...]

# 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/sbin/_treadstone"

# parse the command-line

# entry point
function main {
  bundle exec cap "$@" deploy:lock_compare deploy:compare
}

require 'sub' "$BASH_SOURCE" "$@"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alpha_omega-1.1.7 libexec/ao-compare
alpha_omega-1.1.6 libexec/ao-compare
alpha_omega-1.1.5 libexec/ao-compare
alpha_omega-1.1.4 libexec/ao-compare
alpha_omega-1.1.3 libexec/ao-compare