update the cli tool name - #126
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CLI tool name from agent to thand throughout the codebase. The changes affect documentation files, code examples, Docker configurations, and error messages to ensure consistent branding and naming conventions.
Key changes:
- Updated all CLI command references from
agenttothandin documentation and examples - Renamed binary output and user/group names in Docker configurations
- Updated error messages in service installation instructions
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| examples/README.md | Removed outdated test configuration section with old CLI commands |
| docs/environments/docker/index.md | Updated Docker run command to use thand binary |
| docs/configuration/workflows/index.md | Updated workflow testing commands to use thand |
| docs/configuration/roles/index.md | Updated CLI tool examples and system health check commands |
| docs/configuration/providers/cloudflare/quickstart.md | Removed testing and authorization sections with old CLI commands |
| docs/configuration/providers/cloudflare/index.md | Updated Cloudflare provider CLI commands to use thand |
| docs/configuration/cli.md | Comprehensive update of all CLI command documentation from agent to thand |
| cmd/cli/README.md | Updated all CLI usage examples to use thand |
| cmd/cli/service.go | Updated service installation error messages to use thand |
| Dockerfile.cicd | Renamed binary and user/group from agent to thand |
| Dockerfile | Renamed binary and user/group from agent to thand |
Comments suppressed due to low confidence (3)
docs/configuration/providers/cloudflare/index.md:284
- This line was not updated from
agenttothand. For consistency with the rest of the PR, this should bethand providers roles list --provider cloudflare-prod.
Use `agent providers roles list --provider cloudflare-prod` to see all available role names.
docs/configuration/providers/cloudflare/quickstart.md:210
- This line was not updated from
agenttothand. For consistency with the rest of the PR, this should bethand providers roles list --provider cloudflare-prod.
agent providers roles list --provider cloudflare-prod
docs/configuration/cli.md:642
- This reference to
agentwas not updated tothand. For consistency with the rest of the PR, this should read "The mainthandcommand provides an interactive wizard:".
The main `agent` command provides an interactive wizard:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Docs fix to rename agent to thand