[PR #7677] [MERGED] #6529 - Add CLI to run scripts #13269

Closed
opened 2025-12-29 22:26:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7677
Author: @DanSheps
Created: 10/28/2021
Status: Merged
Merged: 11/3/2021
Merged by: @jeremystretch

Base: developHead: 6529-command-line-run-scripts


📝 Commits (5)

📊 Changes

2 files changed (+174 additions, -0 deletions)

View changed files

📝 docs/customization/custom-scripts.md (+16 -0)
netbox/extras/management/commands/runscript.py (+158 -0)

📄 Description

Closes: #6529

Add CLI to extras to allow running scripts


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/7677 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 10/28/2021 **Status:** ✅ Merged **Merged:** 11/3/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `6529-command-line-run-scripts` --- ### 📝 Commits (5) - [`0a62f75`](https://github.com/netbox-community/netbox/commit/0a62f75a401a5282b6a77140c7a6270088c320e1) #6529 - Add CLI to run scripts - [`b7c0e8b`](https://github.com/netbox-community/netbox/commit/b7c0e8b71f42a8bf5477c429c78bce75d7ae1ca5) #6529 - Streamline code and resolve some issues - [`7c3318d`](https://github.com/netbox-community/netbox/commit/7c3318df923558574b6fe5c244122287e5a6bcf7) #6529 - Adjusted the arguments. Added documentation - [`19bacc9`](https://github.com/netbox-community/netbox/commit/19bacc9e23c1b5b8ca2b5a597f0429d7791cc684) #6529 - Adjusted the arguments. Fixed documentation - [`b97167e`](https://github.com/netbox-community/netbox/commit/b97167e8418710fd5547e44a35f6381d727a279d) Fix PEP8 error ### 📊 Changes **2 files changed** (+174 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/customization/custom-scripts.md` (+16 -0) ➕ `netbox/extras/management/commands/runscript.py` (+158 -0) </details> ### 📄 Description ### Closes: #6529 Add CLI to extras to allow running scripts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:27 +01:00
adam closed this issue 2025-12-29 22:26:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13269