UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

20 lines (19 loc) 400 B
const command = { arguments: { appsFolders: { type: Array, description: 'Application folders', scope: 'storage', }, }, configs: { jwtSecretKey: { cli: { type: String, env: 'JHI_JWT_SECRET_KEY', }, scope: 'storage', }, }, }; export default command;