Skip to content

Commit

Permalink
Update help page for script
Browse files Browse the repository at this point in the history
  • Loading branch information
CSammy committed Apr 15, 2018
1 parent 7c4e64e commit 3ee35bd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ print_usage() {
echo "$SCRIPT_NAME [OPTIONS] COMMAND [ARGS...]"
echo
echo "Options:"
echo " -d Detach from container after action. Ignored except for: bundle, exec, migrate, start"
echo " -d Detach from container after action. Ignored except for:"
echo " bundle, exec, migrate, start"
echo
echo "Commands:"
echo " build Build diaspora:dev-latest. Rebuild if exists"
echo " bundle Install gems into the linked source folder using bundle"
echo " clean Delete all diaspora*-related containers and volumes including database"
echo " config Creates diaspora.yml and database.yml and configures for use with PostgreSQL"
echo " exec Execute ARGS in the project folder inside the running diaspora* container, or, if none is running, use a new one"
echo " clean Delete all diaspora*-related containers and volumes"
echo " including database"
echo " config Creates diaspora.yml and database.yml and configures for use"
echo " with PostgreSQL"
echo " exec Execute ARGS in the project folder inside the running"
echo " diaspora* container, or, if none is running, use a new one"
echo " migrate Execute pending migrations (incl. database setup)"
echo " restart Fast restart using bin/eye"
echo " rspec Run all tests, or ARGS as filenames if given"
echo " setup Alias for, in that order: build, config, bundle, migrate"
echo " start Start diaspora* incl. database"
Expand Down

0 comments on commit 3ee35bd

Please sign in to comment.