Dax.Optimizer.CLI 1.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global Dax.Optimizer.CLI --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Dax.Optimizer.CLI --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Dax.Optimizer.CLI&version=1.0.0                
nuke :add-package Dax.Optimizer.CLI --version 1.0.0                

Dax.Optimizer.CLI

This is a .NET tool that provides CLI access to DAX Optimizer functions.

Operations supported by this tool are:

  • Upload and analyze a VPAX file in the DAX Optimizer service

How to install the tool

The tool can be installed using the following command:

dotnet tool install Dax.Optimizer.CLI --global

How to run the tool

You can invoke the tool using the daxoptimizer command.

Use daxoptimizer -? or daxoptimizer optimize -? to learn more

Description:
  Uploads and analyzes a VPAX file in the DAX Optimizer service

Usage:
  daxoptimizer optimize <path> [options]

Arguments:
  <path>  Path to the VPAX file

Options:
  -u, --username <username> (REQUIRED)          Username for the DAX Optimizer account
  -p, --password <password> (REQUIRED)          Authentication token
  -r, --region <region> (REQUIRED)              Region where the model is located. Allowed values: australiaeast, eastus, westeurope
  -w, --workspace-id <workspace-id> (REQUIRED)  Workspace identifier
  -m, --model-id <model-id> (REQUIRED)          Model identifier
  --fail-on-issues                              Fails execution if analysis results contain issues [default: False]
  --wait-timeout <wait-timeout>                 Maximum time in minutes to wait for async operations to complete [default: 10]
  -?, -h, --help                                Show help and usage information
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.3 118 7/16/2024