Skip to content

Releases: dabbu-knowledge-platform/cli

Dabbu CLI (alpha) v2.3.0

09 Mar 08:17
Compare
Choose a tag to compare
Pre-release

Fetches files upon initialisation of knowledge drives, extracts topics, people and places using the Dabbu Intel API and stores it to .cache/_knowledge/index.json. This file will be the primary source of information for the CLI's knowledge provider

  • feat: index files by calling intel api 8d58d6b
  • feat: fetch files recursively from the drives while setting up knowledge drive 448574e

Dabbu CLI (alpha) v2.3.0

07 Mar 15:47
Compare
Choose a tag to compare
Pre-release

Adds base for knowledge provider

  • feat: add base knowledge provider and class fcadded

Dabbu CLI v2.2.5

06 Mar 12:19
Compare
Choose a tag to compare

Fixed blank file names while copying across drives

Latest commit notes:
fix: null filenames while copying files across drives

Dabbu CLI v2.2.4

02 Mar 10:16
Compare
Choose a tag to compare

Change URL according to changes in Dabbu Files API Server, minor path parsing fixes

Latest commit notes:
fix: 2.2.4: change base URL according to Files API server

  • minor bug fixes for path detection

Dabbu CLI v2.2.3

27 Feb 10:14
Compare
Choose a tag to compare

Add documentation

Dabbu CLI v2.2.2

25 Feb 16:35
Compare
Choose a tag to compare

Change path to cache folder, it is now .cache/_cli/, also made minor bug fixes

Latest commit notes:
fix: change path of cache folder

  • to prevent conflict between server and other app caches, the cache is now located within .cache/_cli/, and providers download files to the subfolder _{provider id}
  • tweak path parsing, folders have to be followed by a / now to be interpreted as folders

Dabbu CLI v2.2.1

25 Feb 07:05
1f53c51
Compare
Choose a tag to compare

Add code style enforcing and workflows

Dabbu CLI v2.2.0

25 Feb 03:00
Compare
Choose a tag to compare

Rewrite code to use async await more instead of nested promises, minor bug fixes

Latest commit notes:
refactor: 2.2.0: convert promises to async-await

Dabbu CLI v2.1.0

22 Feb 11:52
91e00c6
Compare
Choose a tag to compare

Adds move (mv) command to move and rename files

Latest commit notes:
feat: add mv to move and rename files

  • add x-zip mime to mimes.json
  • add mv command to move files
  • add blank line to end of all files

Dabbu CLI v2.0.0

21 Feb 17:36
7d4f3df
Compare
Choose a tag to compare

Adds new features, overhauls provider and config behaviour and format

Latest commit notes:
feat: 2.0.0: overhaul code, add new features, unify clients into one module

  • add src/provider_config.json to configure providers
  • add single src/client.js file to make calls to server
  • remove modules/*.js provider clients
  • remove ops.js, all functions are now in clients.js or directly in index.js
  • add list, read, create, update, copy and delete commands
  • add mime type for .md
  • remove usage instructions from README for now
  • modify help command to show usage instructions

BREAKING CHANGE to config file and provider config, so pushing version to 2.0.0