# a

Specifies the name of the target application. This name will appear on the yCrash calendar dashboard UI, helping users identify logs and incidents associated with a specific application instance.

Type: string

Default: ""

Example (YAML):

options:
  a: OrderService
1
2

Example (CLI):

./yc -a OrderService
1