mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-21 02:41:35 +00:00
Moved kicad:populate documentation to central docs
This commit is contained in:
parent
5cd5a3c22e
commit
5e3477f330
3 changed files with 31 additions and 183 deletions
|
|
@ -88,3 +88,6 @@ The value of the environment variable is copied to the settings database, so the
|
|||
* `php bin/console partdb:attachments:download`: Download all attachments that are not already downloaded to the
|
||||
local filesystem. This is useful to create local backups of the attachments, no matter what happens on the remote, and
|
||||
also makes picture thumbnails available for the frontend for them.
|
||||
|
||||
## EDA integration commands
|
||||
* `php bin/console partdb:kicad:populate`: Populate KiCad footprint paths and symbol paths for footprints and categories based on their names. Use `--dry-run` to preview changes without applying them, and `--list` to list current values. See the [EDA integration documentation](eda_integration.md) for more details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue