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 update|u [args] [options]
Updates Flexmonster Pivot, Flexmonster wrapper for a chosen framework, Flexmonster Data Server, or Flexmonster Accelerator.
Argument | Description |
---|---|
accelerator | Updates Flexmonster Accelerator for SSAS. The command can be run from any folder. Example:flexmonster update accelerator |
fds | Updates Flexmonster Data Server. The command usage depends on how the Data Server is installed. As a Windows/Unix service The flexmonster update fds command updates the Data Server and Flexmonster Admin Panel. Updating will not override the Data Server’s configuration, log files, or any other files or folders.Run the command from the folder where the Data Serverʼs .exe file is located.Note that if flexmonster update is run on a machine where the Data Server is installed as a service, the flexmonster update fds command will be run automatically.As a console application The flexmonster update fds command updates the Data Server files. Updating will not override flexmonster-config.json , log files, or any other files or folders.Run the flexmonster update fds command from the folder with the Data Server.Note that if flexmonster update is run from the folder containing the flexmonster-config.json file, the flexmonster update fds command will be run automatically. |
js-flexmonster | Updates Flexmonster Pivot. Run the command inside your project. If flexmonster update is run from the folder containing package.json with the "flexmonster" npm dependency, the flexmonster update js-flexmonster command will be run automatically. |
ngx-flexmonster | Updates the Flexmonster Angular wrapper for Angular 14 and later. Run the command inside your project. If flexmonster update is run from the folder containing package.json with the "ngx-flexmonster" npm dependency, the flexmonster update ngx-flexmonster command will be run automatically. |
ng-flexmonster | Updates the Flexmonster Angular wrapper for Angular 5 through 15. Run the command inside your project. If flexmonster update is run from the folder containing package.json with the "ng-flexmonster" npm dependency, the flexmonster update ng-flexmonster command will be run automatically. |
react-flexmonster | Updates the Flexmonster React wrapper. Run the command inside your project. If flexmonster update is run from the folder containing package.json with the "react-flexmonster" npm dependency, the flexmonster update react-flexmonster command will be run automatically. |
vue-flexmonster | Updates the Flexmonster Vue wrapper. Run the command inside your project. If flexmonster update is run from the folder containing package.json with the "vue-flexmonster" npm dependency, the flexmonster update vue-flexmonster command will be run automatically. |