Skip to content

Commit 1fa3ca9

Browse files
committed
feat: [#229] add schema command notice to template generation
Phase 5: Inform users about schema generation feature - Add schema generation step to template command guidance - Users now see 'create schema' command in next steps - Helps with IDE autocomplete and validation setup This completes the JSON schema generation feature implementation.
1 parent 5077194 commit 1fa3ca9

File tree

1 file changed

+1
-0
lines changed
  • src/presentation/controllers/create/subcommands/template

1 file changed

+1
-0
lines changed

src/presentation/controllers/create/subcommands/template/handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ impl CreateTemplateCommandController {
154154
self.progress.steps(
155155
"Next steps:",
156156
&[
157+
"View JSON Schema for IDE support:\n torrust-tracker-deployer create schema",
157158
"Edit the template file and replace placeholder values:\n - REPLACE_WITH_ENVIRONMENT_NAME: Choose a unique environment name (e.g., 'dev', 'staging')\n - REPLACE_WITH_SSH_PRIVATE_KEY_ABSOLUTE_PATH: Path to your SSH private key\n - REPLACE_WITH_SSH_PUBLIC_KEY_ABSOLUTE_PATH: Path to your SSH public key",
158159
"Review default values:\n - username: 'torrust' (can be changed if needed)\n - port: 22 (standard SSH port)",
159160
&format!(

0 commit comments

Comments
 (0)