☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation
  • Introduction
  • Connecting to data source
  • Browser compatibility
  • Documentation for older versions
  • flexmonster update

    flexmonster update|u [args] [options]

    Updates Flexmonster Pivot, Flexmonster wrapper for a chosen framework, Flexmonster Data Server, or Flexmonster Accelerator.

    Arguments

    ArgumentDescription
    acceleratorUpdates Flexmonster Accelerator for SSAS. The command can be run from any folder. Example:
    flexmonster update accelerator
    fdsUpdates 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-flexmonsterUpdates 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-flexmonsterUpdates 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-flexmonsterUpdates 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-flexmonsterUpdates 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-flexmonsterUpdates 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.

    Options

    OptionDescription
    --help, -hOutputs all the possible uses of the update command.

    See also