Skip to content
emily edited this page Nov 8, 2018 · 5 revisions

Git2JSS has a few flags.

--url - Your JamfPro's domain. This includes https and the port.

E.G.
--url https://your.jss.com:8443

--username - A username to login and make changes.

E.G.
--username jsmith

--password - The password for the user above

E.G.
--password git2jss

--limit - This sets a limit on the amount of connections git2jss can make to your JamfPro per a minute

E.G.
--limit 10

--verbose - Provides a verbose output of git2jss, useful for debugging.
This Flag does not require a value.

--do_not_verify_ssl - Disables SSL verification on git2jss. This is useful for self signed environments or environments where you are the CA. By default git2jss verifies ssl.
This Flag does not require a value

--update_all - to upload all resources in ./extension_attributes and ./scripts This Flag does not require a value

--ovewrite Overwrites all scripts and EA's This Flag does not require a value

--jenkins write to a Jenkins file:jenkins.properties with $scripts and $eas and compare $GIT_PREVIOUS_COMMIT with $GIT_COMMIT

Clone this wiki locally