mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 09:38:36 +00:00
This version changes how we parse custom run steps. Previously we used the go-shlex library to parse the steps but this caused users issues because they'd have to use weird escaping. Now we simply pass the step directy to sh -c without any parsing. The parsing was unnecessary.
Atlantis Documentation
These docs are for users that are ready to get Atlantis installed and start using it.
:::tip Looking to get started? If you're new here, check out the Guide where you can try our Test Drive or Run Atlantis Locally. :::
Next Steps
- Installing Atlantis – Get Atlantis up and running
- Configuring Atlantis – Configure how Atlantis works for your specific use-cases
- Using Atlantis – How do you use Atlantis?
- How Atlantis Works – Internals of what Atlantis is doing