Skip to content

Commit 8721519

Browse files
committed
system promps generate metadata
1 parent 5df37fb commit 8721519

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

cli/src/guidance/skills.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5072,6 +5072,23 @@ folder related commands
50725072
- \`folder add-missing\` - create default folder.meta.yaml for all subdirectories of f/ that are missing one
50735073
- \`-y, --yes\` - skip confirmation prompt
50745074
5075+
### generate-metadata
5076+
5077+
Generate metadata (locks, schemas) for all scripts, flows, and apps
5078+
5079+
**Arguments:** \`[folder:string]\`
5080+
5081+
**Options:**
5082+
- \`--yes\` - Skip confirmation prompt
5083+
- \`--dry-run\` - Show what would be updated without making changes
5084+
- \`--lock-only\` - Re-generate only the lock files
5085+
- \`--schema-only\` - Re-generate only script schemas (skips flows and apps)
5086+
- \`--skip-scripts\` - Skip processing scripts
5087+
- \`--skip-flows\` - Skip processing flows
5088+
- \`--skip-apps\` - Skip processing apps
5089+
- \`-i --includes <patterns:file[]>\` - Comma separated patterns to specify which files to include
5090+
- \`-e --excludes <patterns:file[]>\` - Comma separated patterns to specify which files to exclude
5091+
50755092
### gitsync-settings
50765093
50775094
Manage git-sync settings between local wmill.yaml and Windmill backend

system_prompts/auto-generated/cli/cli-commands.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,23 @@ folder related commands
119119
- `folder add-missing` - create default folder.meta.yaml for all subdirectories of f/ that are missing one
120120
- `-y, --yes` - skip confirmation prompt
121121

122+
### generate-metadata
123+
124+
Generate metadata (locks, schemas) for all scripts, flows, and apps
125+
126+
**Arguments:** `[folder:string]`
127+
128+
**Options:**
129+
- `--yes` - Skip confirmation prompt
130+
- `--dry-run` - Show what would be updated without making changes
131+
- `--lock-only` - Re-generate only the lock files
132+
- `--schema-only` - Re-generate only script schemas (skips flows and apps)
133+
- `--skip-scripts` - Skip processing scripts
134+
- `--skip-flows` - Skip processing flows
135+
- `--skip-apps` - Skip processing apps
136+
- `-i --includes <patterns:file[]>` - Comma separated patterns to specify which files to include
137+
- `-e --excludes <patterns:file[]>` - Comma separated patterns to specify which files to exclude
138+
122139
### gitsync-settings
123140

124141
Manage git-sync settings between local wmill.yaml and Windmill backend

system_prompts/auto-generated/prompts.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,23 @@ folder related commands
14931493
- \`folder add-missing\` - create default folder.meta.yaml for all subdirectories of f/ that are missing one
14941494
- \`-y, --yes\` - skip confirmation prompt
14951495
1496+
### generate-metadata
1497+
1498+
Generate metadata (locks, schemas) for all scripts, flows, and apps
1499+
1500+
**Arguments:** \`[folder:string]\`
1501+
1502+
**Options:**
1503+
- \`--yes\` - Skip confirmation prompt
1504+
- \`--dry-run\` - Show what would be updated without making changes
1505+
- \`--lock-only\` - Re-generate only the lock files
1506+
- \`--schema-only\` - Re-generate only script schemas (skips flows and apps)
1507+
- \`--skip-scripts\` - Skip processing scripts
1508+
- \`--skip-flows\` - Skip processing flows
1509+
- \`--skip-apps\` - Skip processing apps
1510+
- \`-i --includes <patterns:file[]>\` - Comma separated patterns to specify which files to include
1511+
- \`-e --excludes <patterns:file[]>\` - Comma separated patterns to specify which files to exclude
1512+
14961513
### gitsync-settings
14971514
14981515
Manage git-sync settings between local wmill.yaml and Windmill backend

system_prompts/auto-generated/skills/cli-commands/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,23 @@ folder related commands
124124
- `folder add-missing` - create default folder.meta.yaml for all subdirectories of f/ that are missing one
125125
- `-y, --yes` - skip confirmation prompt
126126

127+
### generate-metadata
128+
129+
Generate metadata (locks, schemas) for all scripts, flows, and apps
130+
131+
**Arguments:** `[folder:string]`
132+
133+
**Options:**
134+
- `--yes` - Skip confirmation prompt
135+
- `--dry-run` - Show what would be updated without making changes
136+
- `--lock-only` - Re-generate only the lock files
137+
- `--schema-only` - Re-generate only script schemas (skips flows and apps)
138+
- `--skip-scripts` - Skip processing scripts
139+
- `--skip-flows` - Skip processing flows
140+
- `--skip-apps` - Skip processing apps
141+
- `-i --includes <patterns:file[]>` - Comma separated patterns to specify which files to include
142+
- `-e --excludes <patterns:file[]>` - Comma separated patterns to specify which files to exclude
143+
127144
### gitsync-settings
128145

129146
Manage git-sync settings between local wmill.yaml and Windmill backend

0 commit comments

Comments
 (0)