Forrest logo
back to context overview

pio-check

List of commands for pio-check:

  • pio-check:tldr:54724 pio-check: Perform a basic analysis check on the current project.
    $ pio check
    try on your machine
    explain this command
  • pio-check:tldr:5e827 pio-check: Perform an analysis check and only report a specified defect severity type.
    $ pio check --severity ${select}
    try on your machine
    explain this command
  • pio-check:tldr:a484d pio-check: Perform an analysis check and show detailed information when processing environments.
    $ pio check --verbose
    try on your machine
    explain this command
  • pio-check:tldr:e31aa pio-check: Perform a basic analysis check on a specific project.
    $ pio check --project-dir ${project_dir}
    try on your machine
    explain this command
  • pio-check:tldr:f6b44 pio-check: Perform an analysis check for a specific environment.
    $ pio check --environment ${environment}
    try on your machine
    explain this command
back to context overview