Files
atlantis/runatlantis.io/docs
Luke Kysow 25fed35728 New version 3 of atlantis.yaml
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.
2019-03-28 13:45:12 -05:00
..
2019-03-28 13:45:12 -05:00
2018-06-22 17:27:15 +01:00
2019-01-07 16:10:21 -05:00
2018-06-25 13:25:05 +01:00
2018-07-23 12:31:00 +02:00

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