Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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>].

  • No labels