halguru update
Updates the halguru CLI program in the current environment. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--pre-release , -p |
Specifies whether to include prerelease versions in the update process. | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents a command for updating components or configurations in the application. This command executes asynchronously to perform the update operation.
Remarks#
The UpdateCommand inherits from the BaseAsyncCommand class and includes customizable settings to control the behavior of the update process. It supports enabling verbose logging for detailed information during execution.
Option --help
, -h
#
Prints help information
Option --pre-release
, -p
#
Specifies whether to include prerelease versions in the update process.
Indicates whether prerelease versions should be included during the update process.
When set to true, the update process considers prerelease versions of components or dependencies in addition to stable releases. This can be useful for testing or evaluating features that are in development. By default, the value is false, ensuring only stable versions are included.
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 |