Flexmonster Software License Agreement (“Agreement”) has been revised and is effective as of January 8, 2025.
The following modifications were made:
The modified version of Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after January 8, 2025, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license or maintenance after the effective date of these modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
flexmonster add|a [args] [options]
Using this command, you can:
Check out the list of available options for this command.
Argument | Description |
---|---|
accelerator | Downloads the package with Flexmonster Accelerator for SSAS to the current folder. Example:flexmonster add acceleratorThis command can be run with the --install option. Learn more about the Flexmonster Accelerator installation process. |
fds | Downloads a package with Flexmonster Data Server to the current folder. Example:flexmonster add fdsTo download the Data Server and run it as a console application, use the following command: flexmonster add fds executableThis command can be run with the --run option. Learn more about the Data Server installation process. |
js-flexmonster | Downloads Flexmonster Pivot to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command inside your project:flexmonster add js-flexmonster |
ngx-flexmonster | Downloads the Ivy-compatible Flexmonster Angular wrapper for Angular 14 and later. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add ngx-flexmonster |
ng-flexmonster | Downloads the Flexmonster Angular wrapper for Angular 5 through 15. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add ng-flexmonster |
react-flexmonster | Downloads the Flexmonster React wrapper. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add react-flexmonster |
vue-flexmonster | Downloads the Flexmonster Vue wrapper. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add vue-flexmonster |
theme-builder | Downloads the custom theme builder to the current folder: flexmonster add theme-builderThis command can be run with the --install option. |
Option | Description |
---|---|
--install, -i | Depending on the tool added, the option can automatically:
flexmonster add accelerator -i |
--run, -r | The -r option can do the following:
flexmonster add fds -r |
--help, -h | Outputs the short guidance on this command in the console. Run this command to see all the possible uses of the add command. |