95 Commits

Author SHA1 Message Date
Stig Brautaset e8493b83a1 Fix documentation typo (#565) 2018-12-20 15:44:52 +00:00
Niall Grant 5395a489ed [#Resolves 556] Clarify docs on stack_output resolver (#557)
In v1 stack_output resolver could only reference outputs from Stacks
within the same environment. In v2 stack_output can reference outputs
from any Stack in the Sceptre project.
2018-12-12 14:48:36 +00:00
Niall Grant 62f1323d4a Fix accessing command_path as list in templates
In v1 `environment_path` was accessible as a list in templates,
split by the path separator.

In v2 the `environment_path` is known as the `command_path`. This
commit adds support for accessing the `command_path` back in to
Sceptre. For example, the user can now access parts of the
`command_path` in templates like {{ command_path.0 }}.
2018-12-11 09:04:55 +00:00
Niall Grant 20dc18bd16 Add docs on how to enable autocompelte (#549) 2018-12-08 17:22:19 +00:00
Niall Grant ee9c837dea Update project config files (#547)
* Fix Semver regex and add tagged docs deployment

* Replace deprecated python setup with twine check

* Update deprecated gems config option

* Fix warning about string conditional statement
2018-12-08 15:07:00 +00:00
Niall Grant decdbec93b [Resolves #543] Update custom resolver docs (#548)
There was a divergence between the available attributes of resolvers and
what was documented when developing v1 -> v2. This commit updates the
Sceptre website documentation so that it reflects the available
attributes in v2.
2018-12-08 14:15:33 +00:00
Niall Grant 1cb1d003d8 Update docs for Custom Resolver setup.py (#542)
Credit to @nabeelamjad for the spot
2018-12-08 13:12:54 +00:00
Stig Brautaset 6b3e38cbe2 Add newline in cli.md to format code block correctly (#540) 2018-12-05 11:47:24 +00:00
Niall Grant 83bbb5d412 Update environment to StackGroup terminology 2018-11-30 15:31:29 +00:00
Niall Grant e4aa30ae4e Update outdated commands 2018-11-30 15:31:29 +00:00
Niall Grant 823e4b0caf Update FAQ 2018-11-30 15:31:29 +00:00
Niall Grant c8fd5be72a Update architecture docs 2018-11-30 15:31:29 +00:00
Niall Grant 0654fbdbd8 Update Resolvers docs 2018-11-30 15:31:29 +00:00
Niall Grant 7e4aef5e94 Update Hooks doc 2018-11-30 15:31:29 +00:00
Niall Grant c944c72a2b Update Templates docs 2018-11-30 15:31:29 +00:00
Niall Grant e795c61138 Update Stack Config doc 2018-11-30 15:31:29 +00:00
Niall Grant 14d836d594 Update Terminology documentation 2018-11-30 15:31:29 +00:00
Niall Grant c6b658b4e3 Increase body font size 2018-11-30 15:31:29 +00:00
Niall Grant 435ad701c3 Update StackGroup Config 2018-11-30 15:31:29 +00:00
Niall Grant f9e433e251 Update CLI guide 2018-11-30 15:31:29 +00:00
Niall Grant 9bf29be8ac Update Getting Started guide 2018-11-30 15:31:29 +00:00
Niall Grant b606d0fbf4 Fix page titles 2018-11-30 15:31:29 +00:00
Niall Grant 45cee0ae9f Patch for CVE-2018-17567 and CVE-2018-1000201 (#487) 2018-10-23 11:34:19 +01:00
AR 128665f90f Update cli.md: Remove the diff command. 2018-10-16 10:56:52 -07:00
Niall Grant 67efdb65b7 [Resolves #458] Remove depreciation warning (#459)
Previous authors had wanted to remove cascading config and added a
warning about this to the docs. This is no longer the case so removing
the warning.
2018-08-09 09:41:04 +01:00