Skip to content

Commit

Permalink
usage markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 22, 2025
1 parent d21e412 commit 06353a5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmd/markdown/atmos_terraform_apply_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Examples:

– Execute a terraform apply

$ atmos terraform apply <component-name> -s <stack-name>

For more information, refer to the **docs**:
https://atmos.tools/cli/commands/terraform/usage
8 changes: 8 additions & 0 deletions cmd/markdown/atmos_terraform_plan_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Examples:

– Execute a terraform plan

$ atmos terraform plan <component-name> -s <stack-name>

For more information, refer to the **docs**:
https://atmos.tools/cli/commands/terraform/usage
8 changes: 8 additions & 0 deletions cmd/markdown/atmos_terraform_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Examples:

– Execute a terraform

$ atmos terraform [sub-command] <component-name> -s <stack-name>

For more information, refer to the **docs**:
https://atmos.tools/cli/commands/terraform/usage

0 comments on commit 06353a5

Please sign in to comment.