View NGINX logs based on the provided configuration.
Methods
# inner execCommandInteractive(command) → {Promise.<void>}
Executes an interactive shell command and handles the output.
Parameters:
Name | Type | Description |
---|---|---|
command |
string
|
The command to execute. |
Promise resolving when the command execution is complete.
Promise.<void>