Description
Create a Config file (INI format) from an existing project. This lets you specify the project name and generate a configuration file from the project. Convert a HLS project's solution(s) into INI file(s).
Syntax
project2ini <project> [OPTIONS]
-
<project>
specifies the project name to generate an INI file from.
Options
- -all [=true|false]
- Write all options regardless if current value is set/unset. . The possible values are true and false, and the default value is false.
- -filepaths <absolute|none|relative>
- Control handling of relative file paths in output
- -fileroot <string>
- Path to make file paths relative to (defaults to inifile directory)
- -outdir <string>
- Output directory name, default to project directory
- -package_defaults [=true|false]
- Include packaging default values
- -quiet [=true|false]
- Suppress all messages (will still throw an error)
- -show [=true|false]
- Show verbose messages
- -solution <string:*>
- Solution names to convert (glob pattern)
Examples
:
project2ini Project_1