@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 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`.