Forrest logo
back to context overview

jhipster

List of commands for jhipster:

  • jhipster:tldr:1ca56 jhipster: Generate a Kubernetes configuration for your application.
    $ jhipster kubernetes
    try on your machine
    explain this command
  • jhipster:tldr:23f43 jhipster: Generate a simple backend project.
    $ jhipster --skip-client
    try on your machine
    explain this command
  • jhipster:tldr:2ef36 jhipster: Import a JDL file to configure your application (see: https://start.jhipster.tech/jdl-studio/).
    $ jhipster import-jdl ${first_file-jh second_file-jh --- n_file-jh}
    try on your machine
    explain this command
  • jhipster:tldr:3da5b jhipster: Generate a CI/CD pipeline for your application.
    $ jhipster ci-cd
    try on your machine
    explain this command
  • jhipster:tldr:66f36 jhipster: Add a new entity to a generated project.
    $ jhipster entity ${entity_name}
    try on your machine
    explain this command
  • jhipster:tldr:94044 jhipster: Apply latest JHipster updates to the project.
    $ jhipster upgrade
    try on your machine
    explain this command
  • jhipster:tldr:aac38 jhipster: Generate a simple frontend project.
    $ jhipster --skip-server
    try on your machine
    explain this command
  • jhipster:tldr:b2ab7 jhipster: Generate a simple full-stack project (monolithic or microservices).
    $ jhipster
    try on your machine
    explain this command
back to context overview