Skip to content

Commit 85663ba

Browse files
authored
Merge pull request #23 from nsec/typer
Refactor CLI to use Typer instead of argparse.
2 parents 758d315 + 391183a commit 85663ba

File tree

11 files changed

+517
-630
lines changed

11 files changed

+517
-630
lines changed

.deploy/cleanup.yaml

Lines changed: 0 additions & 135 deletions
This file was deleted.

.deploy/common.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.deploy/common/dns.tf

Lines changed: 0 additions & 6 deletions
This file was deleted.

.deploy/common/variables.tf

Lines changed: 0 additions & 13 deletions
This file was deleted.

.deploy/common/versions.tf

Lines changed: 0 additions & 9 deletions
This file was deleted.

.deploy/track.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@ jobs:
124124
working-directory: test-ctf
125125
run: |
126126
ctf validate
127+
128+
- name: CTF stats
129+
# Run this in the test-ctf directory
130+
working-directory: test-ctf
131+
run: |
132+
ctf stats
133+
134+
- name: CTF list
135+
# Run this in the test-ctf directory
136+
working-directory: test-ctf
137+
run: |
138+
ctf list
127139
128140
- name: Deployment check
129141
working-directory: test-ctf

0 commit comments

Comments
 (0)