Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfrazee/bdat
Beaker Dat CLI tool. Wraps Dat with new commands for Beaker.
https://github.com/pfrazee/bdat
Last synced: 11 days ago
JSON representation
Beaker Dat CLI tool. Wraps Dat with new commands for Beaker.
- Host: GitHub
- URL: https://github.com/pfrazee/bdat
- Owner: pfrazee
- Created: 2016-07-10T15:13:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T22:09:21.000Z (over 8 years ago)
- Last Synced: 2024-12-11T20:44:01.328Z (18 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bdat
Wraps https://github.com/maxogden/dat with new commands.
Used by https://github.com/pfraze/beaker.Currently adds: `version`.
```
bdatshare directory and create a dat-link
--snapshot create a snapshot of directory
--port, -p set a specific inbound tcp portbdat version
get the current version
bdat version major|minor|patch|prerelease|
write a new version to the dat
bdat
download a dat-link into directory
--list print file list for dat-link
--exit exit process after download finishes
--port, -p set a specific inbound tcp portgeneral options
--version, -v get installed dat version
--doctor run dat doctor
--quiet, -q output only dat-link, no progress information
--debug show debugging output
```## About the additions
### version
The `version` command writes a semver to `.bdat-version`.
Beaker scans the hyperdrive feed for changes to that file, to detect version updates.