Oracle JET Command Line Interface
This is an open source project maintained by Oracle Corp.
npm install -g @oracle/ojet-cli
`On macOS, you will need to use 'sudo'.
Usage
The Oracle JET command line interface observes the following syntax:
`
ojet [] [] []
`
The available commands are:
`
add ................ Adds plugins and more to a JET appbuild .............. Builds a JET app
clean .............. Cleans build output from a JET app
create ............. Creates a new JET app, custom theme, or component
help ............... Displays command line help
Commands: [add|build|clean|create|list|remove|restore|serve|strip]
list ............... Lists plugins and more within a JET app
remove ............. Removes plugins and more from a JET app
restore ............ Restores missing dependencies, plugins and libraries to a JET app
serve .............. Serves a JET app to the browser
strip .............. Strips all non source files from the JET app
`
You can view this information by invoking the help task:
`
ojet help
`
For more detailed help, you can invoke:
`
ojet help []
`
For example, to view help on using the 'create' command:
`
ojet help create
`
Or view help on adding a plugin:
`
ojet help add plugin
``For more information on the Oracle JET CLI, refer to the Oracle JET Developers Guide.
Please consult the security guide for our responsible security vulnerability disclosure process