Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename README.md to impove DOCS #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions README.md → impove DOCS
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Peel offers the following features for your experiments.
- **Unified Design**. Specify and maintain collections of experiments using a simple, DI-based configuration.
- **Automated Execution**. Automate the experiment execution lifecycle.
- **Automated Analysis**. Extracts, transforms, and loads results into an RDBMS.
- **Result Sharing**. Share your bundles and migrating to other evaluation environments without additional effort.
- **Result Sharing**. Share your bundles and migrating to other evaluation environment without additional effort.

## Supported Systems

Expand Down Expand Up @@ -80,19 +80,19 @@ Peel offers the following features for your experiments.

| Command | Description |
| -------------------- | -------------------------------------------------- |
| `db:import` | import suite results into an initialized database |
| `db:initialize` | initialize results database |
| `exp:run` | execute a specific experiment |
| `exp:setup` | set up systems for a specific experiment |
| `exp:teardown` | tear down systems for a specific experiment |
| `exp:config` | list the configuration of a specific experiment |
| `hosts:generate` | generate a hosts.conf file |
| `res:archive` | archive suite results to a tar.gz |
| `res:extract` | extract suite results from a tar.gz |
| `rsync:pull` | pull bundle from a remote location |
| `rsync:push` | push bundle to a remote location |
| `suite:run` | execute all experiments in a suite |
| `sys:setup` | set up a system |
| `sys:teardown` | tear down a system |
| `val:hosts` | validates correct hosts setup |
| `db:import` | import suite results into an initialized database. |
| `db:initialize` | initialize results database. |
| `exp:run` | execute a specific experiment . |
| `exp:setup` | set up systems for a specific experiment . |
| `exp:teardown` | tear down systems for a specific experiment . |
| `exp:config` | list the configuration of a specific experiment. |
| `hosts:generate` | generate a hosts.conf file. |
| `res:archive` | archive suite results to a tar.gz . |
| `res:extract` | extract suite results from a tar.gz . |
| `rsync:pull` | pull bundle from a remote location . |
| `rsync:push` | push bundle to a remote location . |
| `suite:run` | execute all experiments in a suite . |
| `sys:setup` | set up a system . |
| `sys:teardown` | tear down a system . |
| `val:hosts` | validates correct hosts setup . |