halguru platform list
List AI agents on the hal.guru platform. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--api-key , -k |
The API key to use for the hal.guru platform. | |
--api-url , -u |
If specified, the API URL to use for hal.guru platform. | |
--list-only-active , -a |
If specified, only active platforms are listed. | |
--pre-release , -p |
If specified, pre-release environments will be included in the list. | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents a command to list AI agents on the hal.guru platform.
Remarks#
This command interacts with the hal.guru platform to retrieve and display a list of AI agents. It supports optional filtering and configuration options for the API access.
Option --help
, -h
#
Prints help information
Option --api-key
, -k
#
The API key to use for the hal.guru platform.
- Type:
String
The API key used for authenticating requests to the hal.guru platform.
This property allows the user to specify the API key required for connecting to the hal.guru platform. It should be provided if authentication is needed to access platform services or perform API operations. If not provided, the environment variable 'HalGuruApiKey' will be used.
Option --api-url
, -u
#
If specified, the API URL to use for hal.guru platform.
- Type:
String
Represents the API URL used for publishing the agent. This property specifies the endpoint to which the agent data will be sent. If not provided, the default URL configuration is used.
If not provided, the environment variable 'HalGuruApiUrl' will be used. Otherwise, the default URL https://api.hal.guru will be used.
Option --list-only-active
, -a
#
If specified, only active platforms are listed.
Determines whether only active platforms should be listed.
This property, when set to true, ensures that the command filters the results to include only active platforms. If false, all platforms, regardless of their status, will be listed.
Option --pre-release
, -p
#
If specified, pre-release environments will be included in the list.
Indicates whether the platform check should include pre-release environments.
This property determines if pre-release versions of the platform should be considered during the execution of the platform check. When set to true, the operation will include pre-release environments for validation and status assessment. It is useful for testing or verifying changes in a staging or beta environment prior to a production release.
Option --verbose
, -v
#
Enables detailed output for debugging and troubleshooting purposes.
Specifies whether detailed output is enabled for debugging and troubleshooting purposes.
When set to true, additional information about the command execution process is displayed, which can be useful for diagnosing issues or understanding internal operations. By default, the value is false, indicating standard output only.
Last updated: | 2025-10-13 | |
Autogenerated: | Yes | |
AI powered: | Yes | |
Core version: | 1.66.0 |