Skip to content
rderewianko edited this page Feb 13, 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

Clone this wiki locally