Skip to content

docs: align customer-facing brand to "IONOS CLOUD"#673

Merged
avirtopeanu-ionos merged 2 commits into
masterfrom
brand/align-ionos-cloud-to-ionos-cloud-uppercase
May 13, 2026
Merged

docs: align customer-facing brand to "IONOS CLOUD"#673
avirtopeanu-ionos merged 2 commits into
masterfrom
brand/align-ionos-cloud-to-ionos-cloud-uppercase

Conversation

@mimihalescu
Copy link
Copy Markdown
Contributor

@mimihalescu mimihalescu commented May 12, 2026

Summary

Brand-alignment pass per IONOS brand-team guidance: standardise prose references to the all-caps "IONOS CLOUD" form.

  • Source changes (18 files, 22 prose occurrences): CLI help text, godoc comments, .goreleaser.yml package descriptions, snap/snapcraft.yaml, .github/ISSUE_TEMPLATE/config.yml, root Short/Long strings.
  • Regenerated autogenerated docs (10 files): make docs output under docs/subcommands/ now reflects the new brand strings.
  • Out of scope (intentionally untouched):
    • README.md / docs/README.md (doc-pipeline-managed separately).
    • All identifiers: github.com/ionos-cloud/... import paths, IONOS_* env vars, the IonosCTL CLI product name, Homebrew tap / Scoop bucket names, logo asset filename.
    • Standalone IONOS <product> references (IONOS S3, IONOS FTP, etc.) — those name distinct products, not the corporate brand.

Verification

Check Result
rg '\bIONOS Cloud\b|\bIonos Cloud\b' excluding .md 0 matches
rg 'IONOS CLOUD IONOS|IONOS CLOUD Cloud|CLOUD CLOUD' 0 (no collapse-duplications)
go build ./... passes
go vet ./commands/... ./internal/... only pre-existing unrelated warnings
make docs regenerated cleanly
CHANGELOG one new entry under [v6.10.1]### Changed

Test plan

  • CI green
  • Spot-check ionosctl --help, ionosctl version, and the flowlog --s3bucket help strings in a local build

Standardise prose references from "IONOS Cloud" / "Ionos Cloud" to the
all-caps "IONOS CLOUD" brand form in CLI help text, godoc comments, and
release-config descriptions (.goreleaser.yml, snapcraft.yaml, issue
template). No identifier, import path, env var, or behaviour changes.

Autogenerated docs under docs/ are intentionally left untouched; they
will refresh from these sources on the next docs build.
@sonarqubecloud
Copy link
Copy Markdown

@mimihalescu mimihalescu requested a review from ogunreku May 12, 2026 07:47
@mimihalescu mimihalescu marked this pull request as ready for review May 12, 2026 08:25
Copilot AI review requested due to automatic review settings May 12, 2026 08:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Brand-alignment pass to standardize customer-facing references from “IONOS Cloud” to the all-caps “IONOS CLOUD” across CLI help text, config/release metadata, and regenerated subcommand docs.

Changes:

  • Updated CLI command descriptions/help text and selected Go comments to use “IONOS CLOUD”.
  • Updated packaging/release metadata strings (Snapcraft, GoReleaser, GitHub issue template contact link).
  • Regenerated docs/subcommands/** outputs to reflect the new brand strings.

Reviewed changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
snap/snapcraft.yaml Updates Snap summary/description brand strings to “IONOS CLOUD”.
internal/client/filter_keys.go Updates API-related comment to “IONOS CLOUD API”.
docs/subcommands/VPN Gateway/ipsec/tunnel/update.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/VPN Gateway/ipsec/tunnel/create.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/Network-Load-Balancer/flowlog/update.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/Network-Load-Balancer/flowlog/create.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/NAT-Gateway/flowlog/update.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/NAT-Gateway/flowlog/create.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/Compute Engine/flowlog/create.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/CLI Setup/login.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/Application-Load-Balancer/flowlog/update.md Regenerated help text to “IONOS CLOUD”.
docs/subcommands/Application-Load-Balancer/flowlog/create.md Regenerated help text to “IONOS CLOUD”.
commands/vpn/ipsec/tunnel/update.go Updates flag help string to “IONOS CLOUD”.
commands/vpn/ipsec/tunnel/create.go Updates flag help string to “IONOS CLOUD”.
commands/version.go Updates an inline comment to “IONOS CLOUD” in the update-check path.
commands/root.go Updates root command short/long descriptions to “IONOS CLOUD”.
commands/dbaas/mongo/mongo.go Updates long description to “IONOS CLOUD … DBaaS”.
commands/compute/networkloadbalancer/flowlog/update.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/networkloadbalancer/flowlog/create.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/natgateway/flowlog/update.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/natgateway/flowlog/create.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/flowlog/create.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/applicationloadbalancer/flowlog/update.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/compute/applicationloadbalancer/flowlog/create.go Updates S3 bucket flag help string to “IONOS CLOUD”.
commands/cfg/login.go Updates login help text to “IONOS CLOUD”.
CHANGELOG.md Adds changelog entry describing the brand string alignment.
.goreleaser.yml Updates package/snapcraft description/summary strings to “IONOS CLOUD”.
.github/ISSUE_TEMPLATE/config.yml Updates contact link name to “IONOS CLOUD API”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread commands/version.go
Comment on lines 50 to 52
/*
Latest Github Release for IONOS Cloud CLI
Latest Github Release for IONOS CLOUD CLI
*/
@avirtopeanu-ionos avirtopeanu-ionos merged commit 37a5cb9 into master May 13, 2026
16 of 18 checks passed
@avirtopeanu-ionos avirtopeanu-ionos deleted the brand/align-ionos-cloud-to-ionos-cloud-uppercase branch May 13, 2026 09:00
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.

3 participants