Skip to content

Commit 0006505

Browse files
authored
Merge pull request #218 from jakub-nt/ENT-12099
[ENT-12099] Initial implementation of an experimental feature of policy set analysis
2 parents 9c62594 + 659152d commit 0006505

File tree

9 files changed

+823
-13
lines changed

9 files changed

+823
-13
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ We run both user-oriented and automation-oriented commands in automated tests as
250250
These commands are centered around a user making changes to a project (manually from the shell / command line), not a computer building/deploying it:
251251

252252
* `cfbs add`: Add a module to the project (local files/folders, prepended with `./` are also considered modules).
253+
* `cfbs analyse`: Same as `cfbs analyze`.
254+
* `cfbs analyze`: Analyze the policy set specified by the given path.
253255
* `cfbs clean`: Remove modules which were added as dependencies, but are no longer needed.
254256
* `cfbs help`: Print the help menu.
255257
* `cfbs info`: Print information about a module.

0 commit comments

Comments
 (0)