Skip to content

Commit 3426fe2

Browse files
committed
update readme
1 parent 746e775 commit 3426fe2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ stackup init
4242
stackup --no-update-check
4343
```
4444

45+
## Feature Notes
46+
47+
`StackUp` offers many features and advanced functionality. Here are some of the highlights:
48+
49+
- Request cache to speed up remote file downloads.
50+
- Request gateway that acts as a firewall to prevent remote file access unless it's been explicitly allowed.
51+
- Scriptable tasks and preconditions using javascript.
52+
- Share common configurations: include remote files from GitHub, S3, or any other URL.
53+
- Checksum validation of remotely included files.
54+
- Run tasks on a cron schedule, i.e. running `php artisan schedule:run` once every minute.
55+
4556
## Configuration
4657

4758
The application is configured using a YAML file named `stackup.yaml` and contains five required sections: `preconditions`, `tasks`, `startup`, `shutdown`, and `scheduler`.

0 commit comments

Comments
 (0)