CodeTorch.CLI
7.0.4
dotnet tool install --global CodeTorch.CLI --version 7.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local CodeTorch.CLI --version 7.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeTorch.CLI&version=7.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CodeTorch.CLI --version 7.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodeTorch CLI
Command-line tool for managing AI coding tasks in the CodeTorch portal.
Installation
dotnet tool install --global CodeTorch.CLI
Quick Start
# Configure your API key
ctc config set api-key <your-api-key>
# Set your default organization
ctc config set org <organization-id>
# List your tasks
ctc tasks
# Create a new task
ctc task create "Fix the login bug"
# View task details
ctc task get <task-id> --stages
Commands
| Command | Description |
|---|---|
ctc config show |
Show current configuration |
ctc config set <key> <value> |
Set a configuration value |
ctc config env <name> |
Switch environment |
ctc orgs |
List organizations |
ctc workspaces |
List workspaces |
ctc repos |
List repositories |
ctc tasks |
List tasks |
ctc task create |
Create a new task |
ctc task get <id> |
Get task details |
ctc task pause <id> |
Pause a task |
ctc task resume <id> |
Resume a task |
ctc task cancel <id> |
Cancel a task |
ctc stats |
Show task statistics |
ctc me |
Show current user info |
Configuration
Configuration is stored in ~/.codetorch/config.json.
Environment Variables:
CODETORCH_API_KEY- API key (overrides config)CODETORCH_API_URL- API URL (overrides config)CODETORCH_ENV- Environment name (prod, local, etc.)
Requirements
- .NET 10.0 Runtime
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.