wispydust517
@wispydust517@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Do folks managing servers mainly do so via command-line interfaces? 1 year ago:
Software engineer here who work on web services. Most production-critical things in our workplace isn’t managed by GUI’s, or command lines… but by code. There usually some infrastructure-as-code tools involved, like Terraform, CDK or Pulumi.
GUI’s are often reserved for quick fixes and trying out things on staging servers (derisively called “click-ops”).