Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 14, 2021
1 parent 0948868 commit a72ffa8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,32 @@ jobs:
verbose: true
disable-auto-clean: false
```
## Inputs
```yml
environments:
description: Process specified environments (comma separated).
required: false
targets:
description: Process specified targets (comma separated).
required: false
project-dir:
description: Specify the path to project directory. By default, project-dir is equal to current working directory (CWD).
required: false
project-conf:
description: Process project with a custom platformio.ini
required: false
jobs:
description: Control a number of parallel build jobs. Default is a number of CPUs in a system.
required: false
silent:
description: Suppress progress reporting.
required: false
verbose:
description: Shows detailed information when processing environments.
required: false
disable-auto-clean:
description: Disable auto-clean of build_dir when platformio.ini or src_dir (project structure) have been modified.
required: false
```

0 comments on commit a72ffa8

Please sign in to comment.