Faster way to iterate with custom scripts? #14593
Replies: 2 comments 3 replies
-
A good way to "test something simple like just checking if a property is available on a particular object" is to use nbshell:
I'm fairly sure that if you upload the script via the web interface, it's OK to edit it directly under |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I recently started converting some scripts that use pynetbox to custom scripts that can run inside of netbox. Apologies if I missed it, but is there a faster method to test changing the script versus this?
I do have a repo added as a datasource using git. However sometimes I want to test something simple like just checking if a property is available on a particular object and it feels like several steps to get from "code" -> "run code".
Is there a way to run the custom script locally, or some other way to make this cycle a little faster?
And bonus question, is there a way to schedule automatic updates of data sources?
Beta Was this translation helpful? Give feedback.
All reactions