Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@ Toolset Name: `pullrequests`
- `get_pull_request_activities`: Get activities and comments for a specific pull request
- `create_pull_request`: Create a new pull request

#### Services Toolset

Toolset Name: `service`

- **get_service**: Get details of a specific service
- **list_services**: List services

#### Environments Toolset

Toolset Name: `environment`

- **get_environment**: Get details of a specific environment
- **list_environments**: List environments
- **move_environment_configs**: Move environment YAML from inline to remote

#### Infrastructure Toolset

Toolset Name: `infrastructure`

- **list_infrastructures**: List infrastructure definitions
- **move_infrastructure_configs**: Move infrastructure YAML between inline and remote

#### Connectors Toolset

Toolset Name: `connectors`

- **list_connector_catalogue**: List the Harness connector catalogue
- **get_connector_details**: Get details of a specific connector

#### Repositories Toolset

Toolset Name: `repositories`
Expand Down