Skip to content

fix: rename user-facing product name to "For Developers" - #121

Draft
Benedicte Brandsnes Nyheim (benedictebn) wants to merge 1 commit into
mainfrom
chore/rename-for-developers
Draft

fix: rename user-facing product name to "For Developers"#121
Benedicte Brandsnes Nyheim (benedictebn) wants to merge 1 commit into
mainfrom
chore/rename-for-developers

Conversation

@benedictebn

Copy link
Copy Markdown
Contributor

Summary

  • Renames all client-facing "Intility Developer Platform" text (CLI --help output, README, Homebrew Cask description) to "For Developers", matching the product rebrand already carried out in developer-platform-frontend.
  • Cluster commands now say "Intility Kubernetes" and AI/deployment commands say "Intility Inference", mirroring the sub-brand naming used in the frontend rebrand, since those are distinct products within the "For Developers" umbrella.
  • Internal identifiers (AppName, package paths, asset filenames) are unchanged — this is a client-facing text-only change.

Test plan

  • make build succeeds
  • make test passes (mocked unit tests, no live backend required)
  • Manually exercised --help on every touched command (root, account, login, cluster, cluster pullsecret, team, team member, team list, user, user list, pullsecret, pullsecret list, ai, ai model list, ai deployment list, ai deployment delete) and confirmed wording reads correctly
  • Confirmed zero remaining "developer platform" references via repo-wide grep

🤖 Generated with Claude Code

Updates all CLI help text (--help), the README tagline/login
instructions, and the Homebrew Cask description to reflect the
product rebrand from "Intility Developer Platform" to "For
Developers", matching the naming already adopted in the
developer-platform-frontend repo.

Cluster-related commands now say "Intility Kubernetes" and
AI/deployment commands say "Intility Inference", since those are
distinct sub-brands under the "For Developers" umbrella rather than
the umbrella name itself. Internal identifiers (AppName, package
paths, asset filenames) are intentionally left unchanged.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@benedictebn

Copy link
Copy Markdown
Contributor Author

Rebased onto main to resolve the conflict with #124 (inference GA). The ai command keeps main's structural changes (no longer hidden, EnsureSignedInPreHook) with the renamed help text "Manage Intility Inference AI Deployments".

Note: docs/create_cluster_interactive.gif still shows the old branding in the recorded indev -h output — regenerating it requires vhs, left as a cosmetic follow-up.

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant