Tax Balance Command Line (CLI)

AMANA.SmartTaxBalance.Web.Api.exe is the executable that runs the Tax Balance instance. It includes commands that allow you to manage the instance, e.g., database migration.

Commands

AMANA.SmartTaxBalance.Web.Api.exe supports following commands:

  • database: configure the Tax Balance database.

General usage

All command take the form of:

AMANA.SmartTaxBalance.Web.Api.exe <command> [<options>]

To get help for a specific command use:

AMANA.SmartTaxBalance.Web.Api.exe <command> --help



When using Powershell be aware to use a leading .\  before each command, e.g. .\AMANA.SmartTaxBalance.Web.Api.exe <command> [<options>].