@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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/main.js +6941 -3699
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/%40glamsystems%2Fglam-cli)
4
4
 
5
- A powerful command-line interface for managing GLAM vaults.
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.