Created
March 28, 2016 09:56
-
-
Save emirpasic/87cf79f57c7c49572462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Projects/omni/backend $ rake -T | |
rake backend:build # Build all backend services and workers | |
rake backend:deps # Install all backend dependencies | |
rake backend:list # List configured workers | |
rake backend:restart[environment] # Restart all services and workers | |
rake backend:running # List running workers | |
rake backend:start[environment] # Start all services and workers | |
rake backend:stop[environment] # Stop all services and workers | |
rake dbstack:clean[environment] # Clean DB stack | |
rake dbstack:clean_create[environment,version] # Clean and recreate DB stack | |
rake dbstack:create[environment,version] # Create DB stack | |
rake dbstack:restart # Restart DB stack | |
rake dbstack:start # Start DB stack | |
rake dbstack:stop # Stop DB stack | |
rake doc:generate # Generate documentation | |
rake elasticsearch:restart # Restart elasticsearch | |
rake elasticsearch:start # Start elasticsearch | |
rake elasticsearch:stop # Stop elasticsearch | |
rake env:local # Sets implicit environment to production | |
rake env:test # Sets implicit environment to test | |
rake jp:build # Build job processor tools | |
rake jp:restart[environment] # Restart job processor | |
rake jp:start[environment] # Start job processor | |
rake jp:stop[environment] # Stop job processor | |
rake mongodb:drop[environment] # Drop MongoDB database | |
rake mongodb:restart # Restart MongoDB | |
rake mongodb:start # Start MongoDB | |
rake mongodb:stop # Stop MongoDB | |
rake psql:create[environment] # Create PostgreSQL database | |
rake psql:dcm[environment,version] # Drop, Create and Migrate PostgreSQL database | |
rake psql:drop[environment] # Drop PostgreSQL database | |
rake psql:migrate[environment,version] # Run PostgreSQL migrations | |
rake psql:restart # Restart PostgreSQL | |
rake psql:start # Start PostgreSQL | |
rake psql:stop # Stop PostgreSQL | |
rake search:create_indexes[environment] # Reindex projects | |
rake search:drop_indexes[environment] # Delete all indexes | |
rake service:build[name] # Build service | |
rake service:restart[name,environment] # Restart service | |
rake service:start[name,environment] # Start service | |
rake service:stop[name,environment] # Stop service | |
rake services:build # Build all services | |
rake services:list # List configured services | |
rake services:restart[environment] # Restart all services | |
rake services:running # List running services | |
rake services:start[environment] # Start all services | |
rake services:stop[environment] # Stop all services | |
rake test:run # Run tests | |
rake worker:build # Build worker | |
rake worker:restart[name,environment] # Restart worker | |
rake worker:start[name,environment] # Start worker | |
rake worker:stop[name,environment] # Stop worker | |
rake workers:build # Build workers | |
rake workers:list # List configured workers | |
rake workers:restart[environment] # Restart all workers | |
rake workers:running # List running workers | |
rake workers:start[environment] # Start all workers | |
rake workers:stop[environment] # Stop all workers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment