Skip to content

Commit 57f8503

Browse files
committed
docs: added install instruction in Readme.md
1 parent adc65da commit 57f8503

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# Devops Scripts
22
Collection of scripts to ease out some tasks duriing devops pipelines.
33

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+
```shell
12+
npm i -g devops-scripts
13+
```
14+
415
---
516
## `terraform-cloud` / `tfc`
617
Terraform cloud scripts
18+
### Environment Variables
19+
- `TFC_TOKEN` : Terraform cloud Access Token
20+
- `TFC_WORKSPACE` : Terraform cloud worksapce id. e.g. `ws-xxxxxxxxxx`
721

8-
Usage:
22+
### Usage:
923

1024
```shell
1125
terraform-cloud <action> <resource> [arguments]

0 commit comments

Comments
 (0)