Comparing Three Approaches to Modern Server Automation, From Scripting to DevOps ToolsPaul Delory
set -x# The email is empty for the Azure DevOps system identify (Microsoft.VisualStudio.Services.TFS)if[["$BUILD_REQUESTEDFOREMAIL" == ""]]; then BUILD_REQUESTEDFOREMAIL=unknown@localhost.local fi# Specify Git usergit config--global user.email $BUILD_REQUESTEDFOREMAIL git config--global us...
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts. python linux bash cli yaml json command-line scripting convert py...
The sweet spot for AWS automation To get started with Flowpipe: download the tool, follow the tutorial, peruse the library mods, and check out the samples. Then let us know how it goes!Tom Callaway Tom is a Principal Open Source Evangelist for AWS. He has been a part of ...
macOS Automation Use Swift with the Jamf API Let’s Swift Again! Practical Scripting Scripting Jamf: Best Practices Moving to zsh Terminal Witchcraft Automating Installations with InstallomatorCategory: Tools New tool updated: utiluti v1.1 A few weeks back I introduced a new tool: utiluti, whic...
Recommended tools If you don't plan to make major changes, you can do all your work in the app's built-in editor. If you look for more, try these: If you don't want to install anything, these websites allow editing and executing Groovy: ...
Last week I had the pleasure and honor of participating and presenting at MacDevOps YVR. The videos for the sessions are now appearing on YouTube. There is a page for my talk “The Encyclopedia of macOS Automation,” in which I discuss the options for scripting and automation on macOS, ...
Automation The on IT automationfor tech, teams, and environments Artificial intelligence Updates on theplatforms that free customersto run AI workloads anywhere Open hybrid cloud Explore how we builda more flexible futurewith hybrid cloud Security The latest on how we reduce acrossenvironments...
Is Shell Scripting used for automation? With the advent of many DevOps tools, there is no need to write full-fledged automation in shell scripts. However, shell scripts are used as part of those automation tools to support a few functionalities. A classic example would be using shell scripti...
Register JavaScript functions as tools and combine tools + prompt into agents.defAgent( "git", "Query a repository using Git to accomplish tasks.", `Your are a helpful LLM agent that can use the git tools to query the current repository. Answer the question in QUERY. - The current ...