diff --git a/.gitignore b/.gitignore index 860cd15..bee7e87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ borg *.cube +.task diff --git a/.task/checksum/build b/.task/checksum/build deleted file mode 100644 index d221f2a..0000000 --- a/.task/checksum/build +++ /dev/null @@ -1 +0,0 @@ -e7a169415ff04b3b388216dc3048d84c diff --git a/docs/index.md b/docs/index.md index 8ec50b0..4151a29 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,30 +27,6 @@ borg collect github repo [repository-url] [flags] ./borg collect github repo https://github.com/Snider/Borg --output borg.dat ``` -#### `collect github release` - -Download the latest release of a file from GitHub releases. If the file or URL has a version number, it will check for a higher version and download it if found. - -**Usage:** -``` -borg-data-collector collect github release [repository-url] [flags] -``` - -**Flags:** -- `--file string`: The file to download from the release -- `--output string`: Output directory for the downloaded file (default ".") -- `--pack`: Pack all assets into a DataNode -- `--version string`: The version to check against - -#### `collect github repos` - -Collects all public repositories for a user or organization - -**Usage:** -``` -borg-data-collector collect github repos [user-or-org] [flags] -``` - #### `collect website` Collects a single website and stores it in a DataNode.