https://github.com/cdot65/pan-scm-cli
CLI application for Palo Alto Networks Strata Cloud Manager
https://github.com/cdot65/pan-scm-cli
cli-app network-automation paloaltonetworks python-sdk stratacloudmanager
Last synced: 26 days ago
JSON representation
CLI application for Palo Alto Networks Strata Cloud Manager
- Host: GitHub
- URL: https://github.com/cdot65/pan-scm-cli
- Owner: cdot65
- License: apache-2.0
- Created: 2025-03-30T19:27:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T10:45:35.000Z (about 1 month ago)
- Last Synced: 2026-03-31T12:26:41.436Z (about 1 month ago)
- Topics: cli-app, network-automation, paloaltonetworks, python-sdk, stratacloudmanager
- Language: Python
- Homepage: https://cdot65.github.io/pan-scm-cli/
- Size: 2.35 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Command-line interface for Palo Alto Networks Strata Cloud Manager
---
## Install
```bash
pip install pan-scm-cli
```
## Quick Start
```bash
# configure authentication
scm context create myenv \
--client-id "app@123456.iam.panserviceaccount.com" \
--client-secret "your-secret" \
--tsg-id "123456"
# list addresses
scm show object address --folder Texas
# create an address
scm set object address --folder Texas --name webserver --ip-netmask 10.1.1.100/32
# backup to YAML
scm backup object address --folder Texas
```
## Documentation
Full documentation, CLI reference, and user guides are available at:
**[https://cdot65.github.io/pan-scm-cli/](https://cdot65.github.io/pan-scm-cli/)**
## License
Apache 2.0