Hacker News new | ask | show | jobs
by wojciii 175 days ago
I could use a sane CI system.

I hate DevOps. I have to do multiple commits to implement something.

I would love to be able to have access to the same env as the CI so that I could prototype the script/job on my own machine before committing to git. Most things are using Docker anyway, so it should be possible.

I hate that I need to write commands in Yaml files, commit (or use the browser) and then look at the result.

Solve this and I would pay for it.

1 comments

Something that would record commands as you go and allow you to rollback during testing the scripts?

This is what I miss whenever I have to do devops...

That could be useful as well.

Perhaps the ability ability to stop at a specific point in the script and being able to modify any commands and execute the step and then continue the script until it fails again.

You know .. debugging interface would be a killer feature that would save so much time developing scripts.