File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,19 @@ You can build the binary plugin by running `make build`. You'll need to have Go
8
8
9
9
## Using the plugin from the CLI
10
10
11
- You can also use the plugin with your changes from the CLI by running: ` make local ` and following the instructions displayed.
11
+ You can also use the plugin with your changes from the CLI by running: ` make local ` and following the instructions displayed.
12
+
13
+ ** Important:** Before using the local version, uninstall any previously installed version of the plugin to avoid "multiple plugins" errors:
14
+ ``` bash
15
+ atlas plugin uninstall atlas-cli-plugin-terraform
16
+ ```
17
+
18
+ The ` make local ` command will:
19
+ 1 . Clean and build the plugin binary
20
+ 2 . Generate a local manifest file
21
+ 3 . Set up the plugin in a local directory
22
+ 4 . Display instructions to export the ` ATLAS_CLI_EXTRA_PLUGIN_DIRECTORY ` environment variable
23
+ 5 . Show you how to verify the plugin is available with ` atlas plugin list `
12
24
13
25
## Third Party Dependencies and Vulnerability Scanning
14
26
@@ -28,4 +40,4 @@ All releases are recorded using a MongoDB-internal application called Papertrail
28
40
This is done automatically as part of the release.
29
41
30
42
### Release Artifact Signing
31
- All releases are signed automatically as part of the release process.
43
+ All releases are signed automatically as part of the release process.
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ If you want to see the list of installed plugins or check if this plugin is inst
23
23
atlas plugin list
24
24
```
25
25
26
+ If you want to uninstall the plugin, run:
27
+ ``` bash
28
+ atlas plugin uninstall atlas-cli-plugin-terraform
29
+ ```
30
+
26
31
## Available Commands
27
32
28
33
The plugin provides the following commands to help with your Terraform configurations:
@@ -61,4 +66,4 @@ See our [CONTRIBUTING.md](CONTRIBUTING.md) guide.
61
66
62
67
## License
63
68
64
- MongoDB Atlas CLI is released under the Apache 2.0 license. See [ LICENSE.md ] ( LICENSE.md )
69
+ MongoDB Atlas CLI is released under the Apache 2.0 license. See [ LICENSE.txt ] ( LICENSE.txt )
You can’t perform that action at this time.
0 commit comments