flexmonster add|a [requiredArg] [options]
The Flexmonster CLI command that downloads the needed Flexmonster tool to the project.
The flexmonster add
command can be run with the following required arguments:
Argument | Description |
accelerator |
Downloads the package with Flexmonster Accelerator for SSAS (the Flexmonster Accelerator.msi file) to the current folder. For example:flexmonster add accelerator -i |
fds |
Downloads Flexmonster Data Server with the sample configuration and the sample data to the current folder. For example:flexmonster add fds -r |
flexmonster |
Downloads Flexmonster Pivot to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command from the folder containing package.json .For example: flexmonster add flexmonster |
ng-flexmonster |
Downloads the Flexmonster Angular module to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command from the folder containing package.json .For example: flexmonster add ng-flexmonster |
react-flexmonster |
Downloads the Flexmonster React module to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command from the folder containing package.json .For example: flexmonster add react-flexmonster |
vue-flexmonster |
Downloads the Flexmonster Vue module to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command from the folder containing package.json .For example: flexmonster add vue-flexmonster |
theme-builder |
Downloads the custom theme builder to the current folder. For example:flexmonster add theme-builder -i |
The flexmonster add
command can be run with the following options:
Option | Description |
--install , -i
|
Depending on the tool added, the option can automatically:
|
--run , -r
|
Automatically runs Flexmonster Data Server after the download. |
--help , -h
|
Shows the short guidance on this command in the console. Use this command to see all the possible uses of the add command. |
You may be interested in the following articles: