Skip to content

update

Command update#

Updates the halguru CLI program in the current environment.

Usage:

halguru update [options]
Options Default Description
-h, --help Prints help information
-v, --verbose False 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 -h, --help#

Prints help information

Gets a value indicating whether the license is valid.

This property checks if a valid license exists for the application. It returns true if the license is not null; otherwise, false.

Option -v, --verbose#

Enables detailed output for debugging and troubleshooting purposes.

Type: System.Boolean Default: False

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.

Option -h, --help#

Prints help information

Gets a value indicating whether the license is valid.

This property checks if a valid license exists for the application. It returns true if the license is not null; otherwise, false.

Option -v, --verbose#

Enables detailed output for debugging and troubleshooting purposes.

Type: System.Boolean Default: False

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.