1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Install gem dependencies setup: bundle install # Apply configuration run: rake setup # Dry run — show what would change without making changes dry: rake setup -- --dry # Verbose output debug: rake setup -- --debug