Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. default_view: tools
  2. views:
  3. tools:
  4. 1:
  5. text: 🇫🇷 lessteps
  6. view: lessteps
  7. 2:
  8. text: 🎃 blade
  9. view: blade
  10. 3:
  11. text: 🐙 git
  12. view: git
  13. 4:
  14. text: 🐳 docker
  15. view: docker
  16. lessteps:
  17. 1:
  18. text: 👈
  19. view: tools
  20. 2:
  21. text: 🇫🇷 init
  22. command: les init
  23. 3:
  24. text: 🇫🇷 init -x
  25. command: les init -x
  26. back: first
  27. blade:
  28. 1:
  29. text: 👈
  30. view: tools
  31. 2:
  32. text: 🎃 deploy
  33. command: blade gw deploy
  34. 3:
  35. text: 🎃 start
  36. command: blade server start
  37. git:
  38. 1:
  39. text: 👈
  40. view: tools
  41. 2:
  42. text: 🐙 status
  43. command: git status
  44. docker:
  45. 1:
  46. text: 👈
  47. view: tools
  48. 2:
  49. text: 🐳 ps
  50. command: docker ps -a
Add Comment
Please, Sign In to add comment