Skip to content

Commit 2730a20

Browse files
authored
Merge pull request #13 from chipfoundry/feature/chipfoundry-branding
Rebrand customer-facing 'chipIgnite platform' to 'ChipFoundry platform'
2 parents 63a8598 + 603145e commit 2730a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chipfoundry_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ def _upload_precheck_results(project_json_path: Path):
32783278
@click.option('--magic-drc', is_flag=True, help='Include Magic DRC check (optional, off by default)')
32793279
@click.option('--checks', multiple=True, help='Specific checks to run (can be specified multiple times)')
32803280
@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)')
32823282
@click.option(
32833283
'--poll',
32843284
is_flag=True,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chipfoundry-cli"
3-
version = "2.3.12"
3+
version = "2.3.13"
44
description = "CLI tool to automate ChipFoundry project submission to SFTP server"
55
authors = ["ChipFoundry <marwan.abbas@chipfoundry.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)