Skip to content

Commit 646a4e2

Browse files
committed
installation first
1 parent 52c69e8 commit 646a4e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
This repository contains the Atlas CLI plugin for [Terraform's MongoDB Atlas Provider](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs).
66

7+
## Installation
8+
9+
Install the [Atlas CLI](https://github.com/mongodb/mongodb-atlas-cli) if you haven't done it yet.
10+
11+
Install the plugin by running:
12+
```bash
13+
atlas plugin install github.com/mongodb-labs/atlas-cli-plugin-terraform
14+
```
15+
16+
If you have it installed and want to update it to the latest version, run:
17+
```bash
18+
atlas plugin update mongodb-labs/atlas-cli-plugin-terraform
19+
```
20+
21+
If you want to see the list of installed plugins or check if this plugin is installed, run:
22+
```bash
23+
atlas plugin list
24+
```
25+
726
## Available Commands
827

928
The plugin provides the following commands to help with your Terraform configurations:
@@ -32,25 +51,6 @@ atlas tf adv2v2 -f in.tf -o out.tf
3251

3352
[📖 Full Documentation](./docs/command_adv2v2.md)
3453

35-
## Installation
36-
37-
Install the [Atlas CLI](https://github.com/mongodb/mongodb-atlas-cli) if you haven't done it yet.
38-
39-
Install the plugin by running:
40-
```bash
41-
atlas plugin install github.com/mongodb-labs/atlas-cli-plugin-terraform
42-
```
43-
44-
If you have it installed and want to update it to the latest version, run:
45-
```bash
46-
atlas plugin update mongodb-labs/atlas-cli-plugin-terraform
47-
```
48-
49-
If you want to see the list of installed plugins or check if this plugin is installed, run:
50-
```bash
51-
atlas plugin list
52-
```
53-
5454
## Feedback
5555

5656
If you find any issues or have any suggestions, please open an [issue](https://github.com/mongodb-labs/atlas-cli-plugin-terraform/issues) in this repository.

0 commit comments

Comments
 (0)