Fix title order
This commit is contained in:
parent
84b10ce143
commit
f07787d865
@ -4,8 +4,6 @@ Shlax is a Python framework for system automation, initially with the purpose
|
|||||||
of replacing docker, docker-compose and ansible with a single tool with the
|
of replacing docker, docker-compose and ansible with a single tool with the
|
||||||
purpose of code-reuse made possible by target abstraction.
|
purpose of code-reuse made possible by target abstraction.
|
||||||
|
|
||||||
The pattern resolves around two moving parts: Actions and Targets.
|
|
||||||
|
|
||||||
## Development status: Design state
|
## Development status: Design state
|
||||||
|
|
||||||
I got the thing to work with an ugly PoC that I basically brute-forced, I'm
|
I got the thing to work with an ugly PoC that I basically brute-forced, I'm
|
||||||
@ -27,6 +25,10 @@ Shlax builds its container itself, so check the shlaxfile.py of this repository
|
|||||||
to see what it currently looks like, and check the build job of the CI pipeline
|
to see what it currently looks like, and check the build job of the CI pipeline
|
||||||
to see the output.
|
to see the output.
|
||||||
|
|
||||||
|
# Design
|
||||||
|
|
||||||
|
The pattern resolves around two moving parts: Actions and Targets.
|
||||||
|
|
||||||
## Action
|
## Action
|
||||||
|
|
||||||
An action is a function that takes a target argument, it may execute nested
|
An action is a function that takes a target argument, it may execute nested
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user