0.0.9 • Published 3 years ago
iapid v0.0.9
Installation
$ npm install --global iapidUsage
$ iapid <command> <subcommand>Commands
newdeletegeneratelistsetshowupdate
Subcommand
templateproject
| Command | Subcommand | Project Only | Description |
|---|---|---|---|
| new | project, template | Creates a new project or template. | |
| delete | project, template | Deletes an existing project or template. | |
| list | project, template | Lists all existing projects or templates. | |
| show | project, template | Displays the details of an existing project or template. | |
| update | project, template | Updates the details of an existing project or template. | |
| generate | - | ⚪︎ | Generates the API documentation based on the settings of a given project. |
| set | - | ⚪︎ | Sets the current project or template as the target for future operations. |
Examples
$ iapid new project
$ iapid new template
$ iapid set
$ iapid generate --select --display
$ iapid update