{"id":37709152,"url":"https://github.com/cdot65/pan-scm-cli","last_synced_at":"2026-04-17T11:01:21.604Z","repository":{"id":285285571,"uuid":"957609831","full_name":"cdot65/pan-scm-cli","owner":"cdot65","description":"CLI application for Palo Alto Networks Strata Cloud Manager","archived":false,"fork":false,"pushed_at":"2026-03-31T10:45:35.000Z","size":2466,"stargazers_count":6,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-31T12:26:41.436Z","etag":null,"topics":["cli-app","network-automation","paloaltonetworks","python-sdk","stratacloudmanager"],"latest_commit_sha":null,"homepage":"https://cdot65.github.io/pan-scm-cli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdot65.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-03-30T19:27:14.000Z","updated_at":"2026-03-31T10:45:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8d3f9ee-76c4-4ab8-893c-30332569f257","html_url":"https://github.com/cdot65/pan-scm-cli","commit_stats":null,"previous_names":["cdot65/pan-scm-cli"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/cdot65/pan-scm-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdot65%2Fpan-scm-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdot65%2Fpan-scm-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdot65%2Fpan-scm-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdot65%2Fpan-scm-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdot65","download_url":"https://codeload.github.com/cdot65/pan-scm-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdot65%2Fpan-scm-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","network-automation","paloaltonetworks","python-sdk","stratacloudmanager"],"created_at":"2026-01-16T13:14:35.700Z","updated_at":"2026-04-17T11:01:21.558Z","avatar_url":"https://github.com/cdot65.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/logo - banner.svg\" alt=\"pan-scm-cli\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eCommand-line interface for Palo Alto Networks Strata Cloud Manager\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/pan-scm-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/pan-scm-cli.svg\" alt=\"PyPI\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/pan-scm-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/pan-scm-cli.svg\" alt=\"Python\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/cdot65/pan-scm-cli/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install\n\n```bash\npip install pan-scm-cli\n```\n\n## Quick Start\n\n```bash\n# configure authentication\nscm context create myenv \\\n  --client-id \"app@123456.iam.panserviceaccount.com\" \\\n  --client-secret \"your-secret\" \\\n  --tsg-id \"123456\"\n\n# list addresses\nscm show object address --folder Texas\n\n# create an address\nscm set object address --folder Texas --name webserver --ip-netmask 10.1.1.100/32\n\n# backup to YAML\nscm backup object address --folder Texas\n```\n\n## Documentation\n\nFull documentation, CLI reference, and user guides are available at:\n\n**[https://cdot65.github.io/pan-scm-cli/](https://cdot65.github.io/pan-scm-cli/)**\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdot65%2Fpan-scm-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdot65%2Fpan-scm-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdot65%2Fpan-scm-cli/lists"}