Skip to content

Dabbu CLI v3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 16:49
· 12 commits to develop since this release
3d0f1b4

Features added

  • Add default values feature [dcc7e10]
    • when creating a new drive, the values entered the first time are preserved
    • when you create a new drive with the same provider, the default values are used to fill in the fields (such as base path, client ID, client secret, etc)
  • Add the help command [ef9aad2]
  • Add a config command [4e2baff, c66d753]
    • alias: config, conf or cfg
    • usage: config <get | set | del> [value to set]
      • you can get any field, nested fields accessed using dots
      • you can set only current drive, server URL and default values for drive creation (see #65)
      • you can delete only history, a default value or a specific drive
    • added a del() method to utils/config.util.ts

Bug fixes

  • Close oauth callback server once response is received [c7c2f71]

Documentation

Builds/CI

  • Add colours and .sh extensions to scripts [37b28fd]