File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,35 @@ Toolset Name: `pullrequests`
28
28
- ` get_pull_request_activities ` : Get activities and comments for a specific pull request
29
29
- ` create_pull_request ` : Create a new pull request
30
30
31
+ #### Services Toolset
32
+
33
+ Toolset Name: ` service `
34
+
35
+ - ** get_service** : Get details of a specific service
36
+ - ** list_services** : List services
37
+
38
+ #### Environments Toolset
39
+
40
+ Toolset Name: ` environment `
41
+
42
+ - ** get_environment** : Get details of a specific environment
43
+ - ** list_environments** : List environments
44
+ - ** move_environment_configs** : Move environment YAML from inline to remote
45
+
46
+ #### Infrastructure Toolset
47
+
48
+ Toolset Name: ` infrastructure `
49
+
50
+ - ** list_infrastructures** : List infrastructure definitions
51
+ - ** move_infrastructure_configs** : Move infrastructure YAML between inline and remote
52
+
53
+ #### Connectors Toolset
54
+
55
+ Toolset Name: ` connectors `
56
+
57
+ - ** list_connector_catalogue** : List the Harness connector catalogue
58
+ - ** get_connector_details** : Get details of a specific connector
59
+
31
60
#### Repositories Toolset
32
61
33
62
Toolset Name: ` repositories `
You can’t perform that action at this time.
0 commit comments