-
Notifications
You must be signed in to change notification settings - Fork 30
2023 demo B TOC
Chris Lasell edited this page Aug 24, 2023
·
3 revisions
In the following demo I'll be doing just that!
I'll use irb
and ruby-jss in a Terminal session to connect to a live Jamf Pro server and do things in realtime.
The things we do in irb apply directly to writing programs for automating repeated tasks.
Just like bash code can be run live in a shell, or executed from a file, so can ruby be run live in irb, or exectuted from a file; the code is the same in both situations.
Here's what we'll cover:
- Overview
- Launching irb & connecting to the API
- Realtime Tasks
- Saving & Running a Scripted Task
- Documentation
- Advanced ruby-jss
- More Links and Resources