@todesktop/cli 1.5.0 → 1.6.0
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 +5 -0
- package/dist/cli.js +4409 -0
- package/dist/cli.js.map +7 -0
- package/package.json +40 -40
- package/build/boot.js +0 -126
- package/build/cli.js +0 -11
- package/build/cli.js.bak +0 -11
- package/build/commands/build.js +0 -124
- package/build/commands/build.js.map +0 -1
- package/build/commands/builds.js +0 -116
- package/build/commands/builds.js.map +0 -1
- package/build/commands/logout.js +0 -60
- package/build/commands/logout.js.map +0 -1
- package/build/commands/release.js +0 -94
- package/build/commands/release.js.map +0 -1
- package/build/commands/whoami.js +0 -60
- package/build/commands/whoami.js.map +0 -1
- package/build/commands.json +0 -144
package/README.md
CHANGED
|
@@ -138,6 +138,7 @@ We also support:
|
|
|
138
138
|
- `todesktop builds --count=<number>` will show the last `<number>` builds.
|
|
139
139
|
- `todesktop builds --format=json` will output build data in JSON format.
|
|
140
140
|
- Append `--config=<path.to.another.todesktop.json>` to use a different configuration file.
|
|
141
|
+
- Append `--exit` to disable dynamic pagination and exit the process once the build data has been displayed.
|
|
141
142
|
- `todesktop logout`. Logs you out.
|
|
142
143
|
- `todesktop whoami`. Prints the email of the account you're signed into.
|
|
143
144
|
- `todesktop --help`. Shows the help documentation.
|
|
@@ -860,6 +861,10 @@ Now you can run `npm run todesktop-build` to build the production app. Or you ca
|
|
|
860
861
|
|
|
861
862
|
## Changelog
|
|
862
863
|
|
|
864
|
+
### v1.5.1
|
|
865
|
+
|
|
866
|
+
- Add support for `--exit` flag for `todesktop builds`.
|
|
867
|
+
|
|
863
868
|
### v1.5.0
|
|
864
869
|
|
|
865
870
|
- Add support for `todesktop builds --format=json`.
|