docs: align customer-facing brand to "IONOS CLOUD"#673
Merged
avirtopeanu-ionos merged 2 commits intoMay 13, 2026
Conversation
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.
|
There was a problem hiding this comment.
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 on lines
50
to
52
| /* | ||
| Latest Github Release for IONOS Cloud CLI | ||
| Latest Github Release for IONOS CLOUD CLI | ||
| */ |
avirtopeanu-ionos
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Brand-alignment pass per IONOS brand-team guidance: standardise prose references to the all-caps "IONOS CLOUD" form.
.goreleaser.ymlpackage descriptions,snap/snapcraft.yaml,.github/ISSUE_TEMPLATE/config.yml, rootShort/Longstrings.make docsoutput underdocs/subcommands/now reflects the new brand strings.README.md/docs/README.md(doc-pipeline-managed separately).github.com/ionos-cloud/...import paths,IONOS_*env vars, theIonosCTLCLI product name, Homebrew tap / Scoop bucket names, logo asset filename.IONOS <product>references (IONOS S3,IONOS FTP, etc.) — those name distinct products, not the corporate brand.Verification
rg '\bIONOS Cloud\b|\bIonos Cloud\b'excluding.mdrg 'IONOS CLOUD IONOS|IONOS CLOUD Cloud|CLOUD CLOUD'go build ./...go vet ./commands/... ./internal/...make docs[v6.10.1]→### ChangedTest plan
ionosctl --help,ionosctl version, and theflowlog --s3buckethelp strings in a local build