Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/snippets/stacks/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use `atmos workflow init -f {{ filename }}` to run any commands required before
Example

```
atmos workflow init -f spacelift
atmos workflow init -f baseline
```

### `deploy`
Expand All @@ -59,7 +59,7 @@ Workflow in order.
For example,

```
atmos workflow all -f spacelift
atmos workflow all -f baseline
```


Expand Down
Loading