Home
pan-scm-cli
: Command-line interface for managing Palo Alto Networks Strata Cloud Manager configurations
Documentation: https://cdot65.github.io/pan-scm-cli/
Source Code: https://github.com/cdot65/pan-scm-cli
pan-scm-cli
is a command-line interface tool for managing Palo Alto Networks Strata Cloud Manager configurations.
Installation¶
Requirements:
- Python 3.10 or higher
Key Features¶
- Intuitive CLI Structure: Standardized command structure for easy learning and usage
- Resource Management: Create, update, and delete SCM objects using simple commands
- Bulk Operations: Apply configurations from YAML files for efficient batch processing
- Validated Input: Built-in validation ensures configurations are properly formatted
- Consistent Output: Standardized output format for all operations
- Error Handling: Clear error messages to help identify and resolve issues
- Dry Run Mode: Preview changes before applying them to your environment
Quick Start¶
Setting up your authentication credentials:
Example: Creating an Address Object¶
Example: Deleting an Address Object¶
Example: Loading Multiple Objects from YAML¶
Command Structure¶
Commands in pan-scm-cli follow a consistent structure:
Where:
<action>
: The operation to perform (set, delete, load)<resource-type>
: The category of resource (objects, deployment, network, security)<resource>
: The specific resource type (address, address-group, zone, etc.)[options]
: Resource-specific parameters and global options
Getting Started¶
To begin using pan-scm-cli, check out the Getting Started Guide which covers installation, configuration, and basic usage examples.
For detailed information about each command, refer to the CLI Reference section.
Contributing¶
Contributions are welcome and greatly appreciated. Visit the Contributing page for guidelines on how to contribute.
License¶
This project is licensed under the Apache 2.0 License - see the License page for details.