Skip to main content

start

Starts the emulator.

Options

  • -l|--log-level - Sets the log level. Available values are: Debug, Information, Warning, Error
  • --tenant-id - Configures the tenant ID used when providing metadata endpoints
  • --certificate-file - Allows you to bring your own certificate (BYOC). Must be an RFC 7468 PEM-encoded certificate.
  • --certificate-key - Allows you to bring your own certificate (BYOC)

Examples

Start the emulator with default settings

$ topaz start

Start the emulator maximum verbosity

$ topaz start --log-level Debug

Start the emulator with your own certificates

$ topaz start --certificate-file "topaz.crt" --certificate-key "topaz.key"