We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d98c5 commit 4d16eb1Copy full SHA for 4d16eb1
1 file changed
skills/dstack/SKILL.md
@@ -261,7 +261,7 @@ volumes:
261
**Important: When displaying CLI output, keep it close to the original format. Prefer showing tables as-is rather than reformatting or summarizing.**
262
263
**For run configurations (dev-environment, task, service):**
264
-1. Show the plan by running `echo "n" | dstack apply -f <dstack config file>`
+1. Show the plan by running `echo "n" | dstack apply -f <dstack config file>` and display output as-is
265
2. Ask user for confirmation
266
3. Once confirmed, run `dstack apply -f <dstack config file> -y -d` (detached mode with auto-confirm)
267
4. Show run status with `dstack ps`
0 commit comments