Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 985 Bytes

File metadata and controls

42 lines (33 loc) · 985 Bytes

project.js Command Documentation

Table of Contents

You can also access documentation by entering projectjs -h into the command line.


rm-alias

Removes a class alias from the project.

Example

projectjs rm-alias Application

Options

  • --alias, -a: Name of alias to remove. Required.
  • --force, -f: Force remove without asking for confirmation

rmclass

Removes a class from the project.

Example

projectjs rmclass my.project.ClassName

Options

  • --name, -n: Full name of class to remove. Required.
  • --force, -f: Force remove without asking for confirmation
  • --cache, -c: Retain class file on disk