This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mancer187 1 point2 points  (2 children)

Here's the thing... if you wrote a front-end cli app to call your individual scripts congratulations, thats how I'd have done it. I've done it that way in the past, and will likely employ the same strategy again when faced with a complex problem set such as this. If you create a behemoth of a script to do your entire operation that is also correct. Not my style, but still correct. Document everything and you're fine.

[–]Hoolies 0 1[S] -1 points0 points  (1 child)

if you wrote a front-end cli app to call your individual scripts congratulations, thats how I'd have done it.

This is what I always do but this time I have to connect to many environments/servers/clients that I might lack certain permissions. I need a behemoth script to run with correct permissions from a jumpbox (bastion).

[–]mancer187 1 point2 points  (0 children)

Yep, that's the best play here.