flexmonster update|u [requiredArg] [options]
The Flexmonster CLI command that updates Flexmonster Pivot, Flexmonster wrapper for a chosen framework, Flexmonster Data Server, or Flexmonster Accelerator.
The flexmonster update
command can be run with the following required arguments:
Argument | Description |
accelerator |
Updates Flexmonster Accelerator for SSAS. The command can be executed from any folder. For example: flexmonster update accelerator |
fds |
Updates Flexmonster Data Server. Execute the command from the folder with the Data Server. If flexmonster update is run from the folder containing the flexmonster-config.json file, the flexmonster update fds command will be executed automatically. Updating will not override flexmonster-config.json , log files, or any additional file or folder. |
flexmonster |
Updates Flexmonster Pivot. Execute the command from the project folder. If flexmonster update is run from the folder containing package.json with the "flexmonster" npm dependency, the flexmonster update flexmonster command will be executed automatically. |
ng-flexmonster |
Updates the Flexmonster Angular module. Execute the command from the project folder. 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 executed automatically. |
react-flexmonster |
Updates the Flexmonster React module. Execute the command from the project folder. 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 executed automatically. |
vue-flexmonster |
Updates the Flexmonster Vue module. Execute the command from the project folder. 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 executed automatically. |
The flexmonster update
command can be run with the following options:
Option | Description |
--help , -h
|
Shows the short guidance on this command in the console. Use this command to see all the possible uses of the update command. |
You may be interested in the following articles: