From 603145ea273d8099d266f0d7ee448469d998f7b1 Mon Sep 17 00:00:00 2001 From: jeffdi Date: Tue, 14 Apr 2026 11:27:13 -0700 Subject: [PATCH] Rebrand customer-facing 'chipIgnite platform' to 'ChipFoundry platform' Made-with: Cursor --- chipfoundry_cli/main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chipfoundry_cli/main.py b/chipfoundry_cli/main.py index 1e28da9..5b72dbe 100644 --- a/chipfoundry_cli/main.py +++ b/chipfoundry_cli/main.py @@ -3278,7 +3278,7 @@ def _upload_precheck_results(project_json_path: Path): @click.option('--magic-drc', is_flag=True, help='Include Magic DRC check (optional, off by default)') @click.option('--checks', multiple=True, help='Specific checks to run (can be specified multiple times)') @click.option('--dry-run', is_flag=True, help='Show the command without running') -@click.option('--remote', is_flag=True, help='Queue precheck on the chipIgnite platform (requires cf login + linked project)') +@click.option('--remote', is_flag=True, help='Queue precheck on the ChipFoundry platform (requires cf login + linked project)') @click.option( '--poll', is_flag=True, diff --git a/pyproject.toml b/pyproject.toml index f1c1cd1..4742eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chipfoundry-cli" -version = "2.3.12" +version = "2.3.13" description = "CLI tool to automate ChipFoundry project submission to SFTP server" authors = ["ChipFoundry "] readme = "README.md"