Prismacloud-cli

Latest version: v0.8.11

Safety actively analyzes 701309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 13

0.4.33

Use environment variables for configuration

By setting the environment variables:

PC_SAAS_API_ENDPOINT
PC_COMPUTE_API_ENDPOINT
PC_ACCESS_KEY
PC_SECRET_KEY

And then run pc referring to a configuration called environment:

`pc --config environment <command>`

This fixes 57

What's Changed
* suppress both the index and the index column of the data_frame in output by tkishel in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/51
* Small bugfix to prevent error while removing index by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/52
* Slightly improve the scans command to be able to fetch the latest scan results. by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/54
* Make the CLI available to windows users by deese in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/53
* add compliance standard to filter by SimOnPanw in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/55
* set default params and turn all_polciies to boolean flags by SimOnPanw in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/56
* Use environment variable with --config environment by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/59

New Contributors
* tkishel made their first contribution in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/51
* deese made their first contribution in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/53

**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v0.4.27...v0.4.33

0.4.27

What's Changed
* Improved logs audit command by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/50


**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v0.4.26...v0.4.27

0.4.26

What's Changed
* Added parameter --alert-rule to alert list command by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/44
* Improved flattening (maximum level 2, or columns tags$ by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/45
* Resource URL has been added to alert list command by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/46
* Bugfix in creating resource url by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/47
* Improved flattening and use MAX_LEVELS variable by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/48
* Add discovery command to fetch discovery data by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/49


**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v.0.4.18...v0.4.26

0.4.18

What's Changed
* Extended alert list command with policy.name and policy.description by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/42
* Fixed deduplication issue by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/43

**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v0.4.16...v.0.4.18

Use case

Suppose you want to get an overview of alerts, use the alert list command. You have several options available to limit the results, for example only select resolved alerts.

![image](https://user-images.githubusercontent.com/96180461/168587991-3aa59f68-0b04-46a3-84d8-ed6d6c83617c.png)

- Tags are automatically extracted to new columns.
- You can select columns based on regex strings. For example, `id` shows all columns with id in their name, but `^id` shows only columns starting with id.
- You can use the --filter option to further narrow your search results, even based on dynamically added columns.

Example

Get the alerts created in the last 5 minutes, show the id, alertTime, policy.name, policy.description, policy.policyType and resource.name.

`pc --columns ^id$,alertTime,policy.policyType,resource.name,resource.data.tagSets,policy.name,policy.description alert list --unit minute --amount 5`

![image](https://user-images.githubusercontent.com/96180461/168589070-8638806d-1c9b-46cf-ad3a-80f6aecd0650.png)

0.4.16

What's Changed
* Improved alert list; column selection based on regex by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/41
* Fixed 40

**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v0.4.15...v0.4.16

v.0.4.18

0.4.15

Page 12 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.