@glamsystems/glam-cli 1.0.0-alpha.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/main.js +6941 -3699
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Command-line interface for managing GLAM vaults.
|
|
6
6
|
|
|
7
7
|
**Note:** This repository is automatically synced from GLAM's private monorepo. Pull requests cannot be accepted here, but we welcome bug reports and feature requests through GitHub Issues.
|
|
8
8
|
|
|
@@ -16,4 +16,4 @@ After installation, you can use the CLI with the `glam-cli` command.
|
|
|
16
16
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
|
-
Please visit [GLAM CLI Documentation](https://docs.glam.systems/cli/) for more information.
|
|
19
|
+
Please visit [GLAM CLI Documentation](https://docs.glam.systems/v1/cli/) for more information.
|