Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions admin_guide/tools/twistcli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ HTTPS access to Console is servered on port 8083, so the full address would be:
For the default Kubernetes installation procedure, the Console service is exposed by a LoadBalancer, and so the address for COMPUTE_CONSOLE is

\https://<LOAD_BALANCER>:8083
ifdef::compute_edition[]
endif::compute_edition[]

ifdef::prisma_cloud[]
To get the address for your Console, go to *Compute > Manage > System > Downloads*, and copy the string under *Path to Console*.
Expand Down Expand Up @@ -181,9 +181,9 @@ The following table highlights where functions are disabled, or work differently
|`scan`
|Yes
|[white]#No# {set:cellbgcolor:#000}
|[white]#No#
|[white]#No# {set:cellbgcolor:#000}

|`app-embedded`
|`app-embedded` {set:cellbgcolor:#fff}
|`embed`
|Yes
|Yes
Expand All @@ -193,19 +193,21 @@ The following table highlights where functions are disabled, or work differently
|
|Yes
|[white]#No# {set:cellbgcolor:#000}
|[white]#No#
|[white]#No#

.2+|`serverless` {set:cellbgcolor:#fff}
|`serverless` {set:cellbgcolor:#fff}
|`scan`
|Yes
|Yes
|Yes

.2+|`iac`
ifdef::prisma_cloud[]
|`iac`^5^ {set:cellbgcolor:#fff}
|`scan`
|Yes
|Yes
|Yes
endif::prisma_cloud[]

.2+|`support`
|`dump`
Expand Down Expand Up @@ -237,6 +239,11 @@ The _support dump_ function collects Console's logs when Console malfunctions.
Copy _twistcli_ to host where Console runs, then execute _twistcli support dump_.
Defender logs can be retrieved directly from the Console UI under *Manage > Defenders > Manage*.

ifdef::prisma_cloud[]
^5^
IaC scanning is only available with *Prisma Cloud Enterprise Edition*.
endif::prisma_cloud[]

For a comprehensive list of supported options for each subcommand, run:

$ twistcli <COMMAND> --help
Expand Down