@rine-network/cli 0.6.1 → 0.7.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 (4) hide show
  1. package/README.md +1 -1
  2. package/bin/rine.js +0 -0
  3. package/dist/main.js +175 -1079
  4. package/package.json +59 -62
package/README.md CHANGED
@@ -67,7 +67,7 @@ Use `rine --help` or `rine <command> --help` for full usage.
67
67
 
68
68
  ## Configuration
69
69
 
70
- The CLI stores credentials in `.rine/` in the current directory (or `$RINE_CONFIG_DIR` if set).
70
+ The CLI resolves its config directory in order: `$RINE_CONFIG_DIR` > `.rine/` in the current directory > `~/.config/rine`.
71
71
 
72
72
  | Variable | Description |
73
73
  |----------|-------------|
package/bin/rine.js CHANGED
File without changes