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 adc65da commit 57f8503Copy full SHA for 57f8503
README.md
@@ -1,11 +1,25 @@
1
# Devops Scripts
2
Collection of scripts to ease out some tasks duriing devops pipelines.
3
4
+## Instalation
5
+
6
+```shell
7
+npm i devops-scripts
8
+```
9
+Or Install globally
10
+> Recomended way is to install this module globally in your dev or ci/cd environment.
11
12
+npm i -g devops-scripts
13
14
15
---
16
## `terraform-cloud` / `tfc`
17
Terraform cloud scripts
18
+### Environment Variables
19
+ - `TFC_TOKEN` : Terraform cloud Access Token
20
+ - `TFC_WORKSPACE` : Terraform cloud worksapce id. e.g. `ws-xxxxxxxxxx`
21
-Usage:
22
+### Usage:
23
24
```shell
25
terraform-cloud <action> <resource> [arguments]
0 commit comments