Skip to content

Commit 37d19bb

Browse files
akremenetskyslashburygin
authored andcommitted
Wizard stack and genesis init command
- New genesis init Command: Introduced a new genesis init command to the CLI, enabling interactive project initialization and scaffolding - Interactive Project Wizard: Implemented a console-based wizard (ConsoleWizard) to guide users through project setup - Templated Project Generation: Added a JinjaTemplateEngine to generate project files based on user selections - Modular Scenario Definitions: Structured project initialization logic using Scenario and Action dataclasses, allowing for flexible and extensible project templates and configuration flows Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent 68155df commit 37d19bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

genesis_devtools/cmd/secret/certificate/commands.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ def delete_certificate_cmd(
8383
certificate_lib.delete_certificate(client, uuid)
8484

8585

86-
@certificates_group.command(
87-
"add", help="Add a new certificate to the Genesis installation"
88-
)
86+
@certificates_group.command("add", help="Add a new certificate to the Genesis installation")
8987
@click.pass_context
9088
@click.option(
9189
"-u",

0 commit comments

Comments
 (0)