Skip to content

refactor(cli): change start command to fit the new architecture - #220

Open
Exeloo wants to merge 1 commit into
refactor/change-build-cmd-to-new-archifrom
refactor/change-start-cmd-to-new-archi
Open

Exeloo wants to merge 1 commit into
refactor/change-build-cmd-to-new-archifrom
refactor/change-start-cmd-to-new-archi

Conversation

@Exeloo

@Exeloo Exeloo commented Sep 13, 2026

Copy link
Copy Markdown
Member

What does this PR do?

Resolves #208

How do you test this PR?

@github-actions github-actions Bot added the command:start Related to start command label Sep 13, 2026
@Exeloo
Exeloo added this pull request to stack #221 September 13, 2026 22:48
@Exeloo Exeloo linked an issue Sep 13, 2026 that may be closed by this pull request
throw new CLIError(
"No certificate found for SSL.",
"Please provide a certificate path with --cert or configure 'ssl.cert' in your nanoforge.config.json.",
"Please provide a certificate path with --cert or configure 'ssl.cert' in your nanoforge.config.",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing extension

throw new CLIError(
"No key found for SSL.",
"Please provide a key path with --key or configure 'ssl.key' in your nanoforge.config.json.",
"Please provide a key path with --key or configure 'ssl.key' in your nanoforge.config.",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

command:start Related to start command

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor start command to new architecture

2 participants