You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blog/2026-05-30-custom-commands-step-types.mdx
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
2
slug: custom-commands-step-types
3
-
title: "Introducing 25+ Interactive Step Types for Workflows and Custom Commands"
3
+
title: "Introducing 25+ Interactive Step Types for Custom Commands and Workflows"
4
4
authors: [osterman]
5
5
tags: [feature, dx]
6
6
date: 2026-05-30
7
7
---
8
8
9
-
Atmos now includes 25+ interactive step types for both workflows and custom commands. Build interactive CLI wizards, collect user input, display rich output, and control execution flow—all directly in your `atmos.yaml` without external scripts.
9
+
Atmos now includes 25+ interactive step types for custom commands and workflows. Build polished CLI commands, collect user input, display rich output, and control execution flow—all directly in your `atmos.yaml` without external scripts.
Copy file name to clipboardExpand all lines: website/docs/cli/commands/profile/profile-show.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import Intro from '@site/src/components/Intro';
12
12
Use this command to display detailed information about a specific configuration profile, including its metadata, configuration files, and usage instructions.
13
13
</Intro>
14
14
15
-
<Screengrabtitle="atmos profile show developer"slug="atmos-profile-show" />
15
+
<Screengrabtitle="atmos profile show --help"slug="atmos-profile-show--help" />
0 commit comments