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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chipfoundry-cli
3
- Version: 2.3.12
3
+ Version: 2.3.13
4
4
  Summary: CLI tool to automate ChipFoundry project submission to SFTP server
5
5
  Home-page: https://chipfoundry.io
6
6
  License: Apache-2.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 chipIgnite platform (requires cf login + linked project)')
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,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "chipfoundry-cli"
3
- version = "2.3.12"
3
+ version = "2.3.13"
4
4
  description = "CLI tool to automate ChipFoundry project submission to SFTP server"
5
5
  authors = ["ChipFoundry <marwan.abbas@chipfoundry.io>"]
6
6
  readme = "README.md"