Created
April 3, 2014 18:23
-
-
Save agoncal/9959939 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Forge]$ project-new --named test | |
***SUCCESS*** Project named 'test' has been created. | |
[test]$ as-setup | |
***ERROR*** No such command: as-setup | |
[test]$ command-list | |
Configuration > config-list - No Description | |
Database/Connections > connection-create-profile - Command to create a database connection profile. | |
Database/Connections > connection-remove-profile - Command to remove a database connection profile. | |
Forge/Generate > addon-new-command - Generates a UICommand implementation | |
Forge/Generate > addon-new-test - Generates a Furnace test case for an addon | |
Forge/Generate > addon-test-setup - Add addon test setup to this project | |
Forge/Manage > addon-build-and-install - Command to build and install a Furnace 2 addon. | |
Forge/Manage > addon-install - Command to install a Furnace 2 addon. | |
Forge/Manage > addon-list - Command to list all currently installed Addons. | |
Forge/Manage > addon-remove - Command to remove a Furnace 2 addon. | |
Forge/Setup > addon-add-dependency - Adds the provided addon as a dependency to the selected project | |
JPA > jpa-new-mapped-superclass - Creates a new Mapped Superclass | |
Java > java-new-annotation - Creates a new Java Annotation | |
Java > java-new-class - Creates a new Java Class | |
Java > java-new-enum - Creates a new Java Enum | |
Java > java-new-enum-const - Creates a new Java Enum constant | |
Java > java-new-interface - Creates a new Java Interface | |
Java EE/Bean Validation > constraint-add - Add a Bean Validation constraint | |
Java EE/Bean Validation > constraint-setup - Setup Bean Validation in your project | |
Java EE/CDI > cdi-setup - Setup CDI in your project | |
Java EE/CDI > cdi-list-alternatives - | |
Java EE/CDI > cdi-list-decorators - | |
Java EE/CDI > cdi-list-interceptors - | |
Java EE/EJB > ejb-new-bean - Create a new EJB | |
Java EE/EJB > ejb-set-class-transaction-attribute - Set the transaction type of a given EJB | |
Java EE/EJB > ejb-set-method-transaction-attribute - Set the transaction type of a given EJB method | |
Java EE/EJB > ejb-setup - Setup EJB in your project | |
Java EE/JAX-RS > rest-generate-endpoints-from-entities - Generate REST endpoints from JPA entities | |
Java EE/JAX-RS > rest-setup - Setup REST in your project | |
Java EE/JAX-WS > soap-setup - Setup JAX-WS (SOAP) in your project | |
Java EE/JMS > jms-setup - Setup JMS in your project | |
Java EE/JPA > jpa-generate-entities-from-tables - Command to generate Java EE entities from database tables. | |
Java EE/JPA > jpa-new-entity - Create a new JPA Entity | |
Java EE/JPA > jpa-new-field - Create a new field | |
Java EE/JPA > jpa-setup - Setup JPA in your project | |
Java EE/JSF > faces-new-converter - Create a new JSF Converter Type | |
Java EE/JSF > faces-new-validator - Create a new JSF Validator Type | |
Java EE/JSF > faces-new-validator-method - Create a new JSF validator method | |
Java EE/JSF > faces-project-stage - Set the project stage of this JSF project | |
Java EE/JSF > faces-setup - Setup JavaServer Faces in your project | |
Java EE/JSTL > jstl-setup - Setup JSTL in your project | |
Java EE/JTA > jta-setup - Setup JTA in your project | |
Java EE/Servlet > servlet-setup - Setup Servlet API in your project | |
Java/Bean Validation > constraint-new-annotation - Create a Bean Validation constraint annotation | |
Java/Bean Validation > constraint-new-group - Create a Bean Validation group | |
Java/CDI > cdi-new-bean - Creates a new CDI Managed bean | |
Java/CDI > cdi-new-qualifier - Creates a new CDI Qualifier annotation | |
Java/CDI > cdi-new-scope - Creates a new CDI Scope annotation | |
Java/CDI > cdi-new-stereotype - Creates a new CDI Stereotype annotation | |
Java/ServiceLoader > service-register-as-serviceloader - Register a Java type as a service implementation. | |
Project > project-list-facets - Lists the facets associated with the current project | |
Project/Build > build - Build this project | |
Project/Generation > project-new - Create a new project | |
Project/Manage > project-add-dependencies - Add one or more arguments to the current project. | |
Project/Manage > project-add-managed-dependencies - Add one or more managed dependencies to the current project. | |
Project/Manage > project-add-repository - Add a repository to the current project descriptor. | |
Project/Manage > project-has-dependencies - Check one or more arguments in the current project. | |
Project/Manage > project-has-managed-dependencies - Check one or more managed dependencies in the current project. | |
Project/Manage > project-remove-dependencies - Remove one or more arguments from the current project. | |
Project/Manage > project-remove-managed-dependencies - Remove one or more managed arguments from the current project. | |
Project/Manage > project-remove-repository - Remove a repository configured in the current project descriptor. | |
Scaffold/Generate > scaffold-generate - Generates the scaffold | |
Scaffold/Setup > scaffold-setup - Setup the scaffold | |
Shell > cat - The cat utility reads files sequentially, writing them to the standard output. The file operands are processed in command-line order. | |
Shell > cd - Change the current directory | |
Shell > clear - Clear the console | |
Shell > echo - display a line of text | |
Shell > edit - Edit files with the default system editor | |
Shell > exit - Exit the shell | |
Shell > ls - List files | |
Shell > mkdir - Create a new directory. | |
Shell > open - Open files with the default system application | |
Shell > pwd - Print the full filename of the current working directory. | |
Shell > rm - Remove (unlink) the FILE(s). | |
Shell > run - Execute/run a forge script file. | |
Shell > touch - Create a new directory. | |
Shell > track-changes - Initiate a transaction for each executed command. | |
Shell > transaction-commit - Commits a transaction | |
Shell > transaction-rollback - Rollbacks a transaction | |
Shell > transaction-start - Starts a transaction | |
Shell > wait - Wait for ENTER. | |
Uncategorized > about - Display information about this forge. | |
Uncategorized > command-list - List all available commands. | |
Uncategorized > version - Displays the current Forge version. | |
Uncategorized > wait - Wait for ENTER. | |
Uncategorized/CDI > cdi-new-conversation - Creates a conversation block in the specified method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment