Guest User

Untitled

a guest
Feb 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. lethe:foo root# hash -r
  2. lethe:foo root# which thor
  3. /usr/local/bin/thor
  4. lethe:foo root# thor -T
  5. Tasks
  6. -----
  7. merb:stable [--merb-root=MERBROOT] [--adapter=ADAPTER] [--orm=ORM] Install extlib, merb-core and merb-more from rubygems
  8. merb:edge [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Install extlib, merb-core and merb-more from git HEAD
  9. merb:dependencies:list [--local] [--merb-root=MERBROOT] [--system] List all application dependencies
  10. merb:dependencies:install [--binaries] [--cache] [--merb-root=MERBROOT] Install the gems listed in ./config/dependencies.yml
  11. merb:dependencies:configure [--force] [--merb-root=MERBROOT] Retrieve and store dependencies in ./config/dependencies.yml
  12. merb:stable:core [--merb-root=MERBROOT] Install extlib and merb-core from rubygems
  13. merb:stable:more [--merb-root=MERBROOT] Install merb-more from rubygems
  14. merb:stable:plugins [--merb-root=MERBROOT] Install merb-plugins from rubygems
  15. merb:stable:dm_core [--merb-root=MERBROOT] Install dm-core from rubygems
  16. merb:stable:dm_more [--merb-root=MERBROOT] Install dm-more from rubygems
  17. merb:stable:do [ADAPTER, ...] [--merb-root=MERBROOT] Install data_objects and optional adapter
  18. merb:stable:minigems Install minigems (system-wide)
  19. merb:edge:core [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update extlib and merb-core from git HEAD
  20. merb:edge:more [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update merb-more from git HEAD
  21. merb:edge:plugins [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update merb-plugins from git HEAD
  22. merb:edge:dm_core [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update dm-core from git HEAD
  23. merb:edge:dm_more [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update dm-more from git HEAD
  24. merb:edge:do [ADAPTER, ...] [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Install data_objects and optional adapter
  25. merb:edge:custom [--sources=SOURCES] [--merb-root=MERBROOT] [--install] Update all the custom repos from git HEAD
  26. merb:edge:minigems [--sources=SOURCES] [--merb-root=MERBROOT] Install minigems from git HEAD (system-wide)
  27. merb:source:install GEM_NAME [--merb-root=MERBROOT] Install a rubygem from (git) source
  28. merb:source:clone REPOSITORY [--sources=SOURCES] Clone a git repository into ./src
  29. merb:source:update REPOSITORY Update a git repository in ./src
  30. merb:source:refresh [--install] Pull fresh copies of all source gems
  31. merb:gems:install GEM_NAME [--binaries] [--version=VERSION] [--cache] [--merb-root=MERBROOT] Install a gem from rubygems
  32. merb:gems:update GEM_NAME [--binaries] [--cache] [--merb-root=MERBROOT] Update a gem from rubygems
  33. merb:gems:uninstall GEM_NAME [--all] [--version=VERSION] [--merb-root=MERBROOT] Uninstall a gem
  34. merb:gems:wipe GEM_NAME [--merb-root=MERBROOT] Remove a gem completely
  35. merb:gems:refresh [--binaries] [--cache] [--merb-root=MERBROOT] Refresh all local gems by installing only the most recent versions
  36. merb:gems:redeploy Recreate any binary gems on the target deployment platform
  37. merb:tasks:setup [--merb-root=MERBROOT] Install Thor, Rake and RSpec in the local gems dir
  38. merb:tasks:update Fetch the latest merb.thor and install it locally
  39. lethe:foo root# thor merb:edge
  40. There was no available namespace `merb'.
Add Comment
Please, Sign In to add comment