Dax.Optimizer.CLI
1.1.8
dotnet tool install --global Dax.Optimizer.CLI --version 1.1.8
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.1.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Dax.Optimizer.CLI&version=1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Dax.Optimizer.CLI --version 1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dax.Optimizer.CLI
This is a .NET tool that provides CLI access to DAX Optimizer functions.
For more information on how to automate the analysis, please refer to the how-to guide available here.
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 analyze -?
to learn more
Description:
Uploads and analyzes a VPAX file in the DAX Optimizer service
Usage:
daxoptimizer analyze <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 | Versions 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.