8
Automating Command-Line Tasks
Most jobs start out as some type of manual operation that an engineer performs. Over time, these should become documented procedures that have the best practice for doing some operation, and finally, that job should become the work of software that takes those best practices and runs them with the efficiency that only a machine can provide.
One of the core missions of a development-operations (DevOps) engineer is automating these tasks. This can be from the mundane, such as running a few commands, to changing the configuration on thousands of machines.
Automating systems often requires manipulating a system via its command line and calling other tools native to the operating system (OS). This can include using ...
Get Go for DevOps now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.