chipfoundry-cli 2.3.12__tar.gz → 2.3.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/PKG-INFO +1 -1
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/chipfoundry_cli/main.py +1 -1
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/pyproject.toml +1 -1
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/LICENSE +0 -0
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/README.md +0 -0
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/chipfoundry_cli/__init__.py +0 -0
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/chipfoundry_cli/remote_precheck_git.py +0 -0
- {chipfoundry_cli-2.3.12 → chipfoundry_cli-2.3.13}/chipfoundry_cli/utils.py +0 -0
|
@@ -3278,7 +3278,7 @@ def _upload_precheck_results(project_json_path: Path):
|
|
|
3278
3278
|
@click.option('--magic-drc', is_flag=True, help='Include Magic DRC check (optional, off by default)')
|
|
3279
3279
|
@click.option('--checks', multiple=True, help='Specific checks to run (can be specified multiple times)')
|
|
3280
3280
|
@click.option('--dry-run', is_flag=True, help='Show the command without running')
|
|
3281
|
-
@click.option('--remote', is_flag=True, help='Queue precheck on the
|
|
3281
|
+
@click.option('--remote', is_flag=True, help='Queue precheck on the ChipFoundry platform (requires cf login + linked project)')
|
|
3282
3282
|
@click.option(
|
|
3283
3283
|
'--poll',
|
|
3284
3284
|
is_flag=True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|