You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Fortify your Digital Sphere, once command at a time
10
10
## Table of Contents
11
11
12
12
-[Introduction](#introduction)
13
+
-[Demo](#demo)
13
14
-[Installation](#installation)
14
15
-[npm](#npm)
15
16
-[Docker Container](#docker-container)
@@ -24,7 +25,29 @@ Fortify your Digital Sphere, once command at a time
24
25
25
26
## Introduction
26
27
27
-
fortSphere is a tool designed to help you manage and fortify your digital sphere by applying various policies to your GitHub organization.
28
+
fortSphere is a CLI tool designed to help you manage and fortify your digital sphere by applying various policies to your GitHub organization(s) and repositories.
29
+
30
+
## Demo
31
+
32
+
### Scenario: While the Setup is fine using `restrictRepoCreationGitHub`
33
+
34
+
**GitHub UI (before)**
35
+

36
+
37
+
**fortSphere run and logs**
38
+

39
+
40
+
---
41
+
42
+
### Scenario: When the setup requires changes using `restrictRepoCreationGitHub`
43
+
44
+
**GitHub UI (before)**
45
+

46
+
47
+
**fortSphere run and logs**
48
+

49
+
50
+
---
28
51
29
52
## Installation
30
53
@@ -110,4 +133,4 @@ fortSphere includes the following policies:
110
133
Contributions are welcome! Please read the contributing guidelines first.
111
134
112
135
## License
113
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
136
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments