Skip to content

Releases: longaccess/bigstash-python

New feature: log files

15 Jun 09:27
Compare
Choose a tag to compare

We now log errors to a file by default in ~/.config/bigstash/logs/bigstash.

new feature: ignore files

08 Jun 09:35
Compare
Choose a tag to compare

We added the --ignore-file option to specify a file with .gitignore syntax. Files matching the patterns in the file will be ignored.

management features

27 May 14:42
Compare
Choose a tag to compare

New bgst commands:

  • info - shows info about an archive
  • notifications - shows account notifications

First release of bigstash-python

15 May 15:20
Compare
Choose a tag to compare
Pre-release

This release provides a tool, bgst for interacting with the BigStash API. Run it from the command line for usage instructions. An SDK for calling the API from your own Python code exists and will soon be documented.