Guest User

Untitled

a guest
Nov 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. This is the complete object passed into the `locals`, `beforeInstall`, `beforeUninstall`, `afterInstall` and `afterUninstall` blueprint hooks.
  2.  
  3. {
  4. "args": [("foo", "baz", "isAdmin:true")],
  5. "checkForUpdates": false,
  6. "classic": false,
  7. "disableAnalytics": false,
  8. "dryRun": true,
  9. "dummy": false,
  10. "entity": {
  11. "name": "baz",
  12. "options": {
  13. "isAdmin": "true"
  14. }
  15. },
  16. "inRepoAddon": null,
  17. "installingTest": true,
  18. "originBlueprintName": "foo",
  19. "pod": false,
  20. "project": {
  21. "addonPackages": {/* addon packages */},
  22. "addons": [/* addons */],
  23. "bowerDirectory": "bower_components",
  24. "cli": {/* cli information */},
  25. "pkg": {/* package.json */}
  26. },
  27. "settings": { "checkForUpdates": false, "disableAnalytics": false },
  28. "target": "/Users/me/projects/blueprints",
  29. "testing": undefined,
  30. "type": "array",
  31. "ui": {/* methods to access the console */}
  32. }
Add Comment
Please, Sign In to add comment