Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

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

To get help for a specific command use:

Code Block
languagepowershelltext
AMANA.SmartTaxBalance.Web.Api.exe <command> --help

...