Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. USAGE: DOCKER_PARAMS eclipse/che-cli:nightly archetype ACTION [PARAMETERS]
  2.  
  3. Use an archetype to generate, build or run a custom che assembly
  4.  
  5. MANDATORY DOCKER PARAMETERS:
  6. -v <path>:/archetype Local path where your custom assembly will be generated
  7.  
  8. OPTIONAL DOCKER PARAMETERS:
  9. -v <path>:/m2 Local path to your host's Maven M2 repository
  10.  
  11. ACTION:
  12. all Generate, build and run a new custom assembly
  13. generate Generate a new custom assembly to folder mounted to '/archetype'
  14. build Uses 'eclipse/che-dev' image to compile archetype in '/archetype'
  15. run Starts che from custom assembly in '/archetype'
  16.  
  17. PARAMETERS:
  18. --archid=<id> Different archetypes generate different types of customizations
  19. --archversion=<version> Sets archetype version - default = tag of CLI image
  20. --version=<version> Sets custom assembly version - default = archetype version
  21. --group=<group> Sets groupId of generated assembly - default = com.sample
  22. --id=<id> Sets artifactId of generated assembly - default = assembly
  23. --no:interactive Disables interactive mode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement