Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Rename analyze to evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Mar 30, 2024
1 parent baf3b42 commit c595905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ The `identify` command identifies microservice candidates within the monolithic
$ mosaik identify --help
```

### Analyze
### Evaluate

The `analyze` command analyzes the given decomposition, and evaluates the quality of the decomposition.
The `evaluate` command analyzes the given microservices architecture, and evaluates the quality.

```bash
$ mosaik analyze --help
$ mosaik evaluate --help
```

## Releasing
Expand Down

0 comments on commit c595905

Please sign in to comment.