Skip to content

Releases: degoog-org/cli

[degoog-cli] 0.5.0

22 Jun 09:42

Choose a tag to compare

Changelog

  • Add list schema for plugin settings to plugin scaffolding

[degoog-cli] 0.4.0

26 May 09:54

Choose a tag to compare

Changelogs

  • Search command takes args now so degoog-cli search "query" will trigger a search and show results
  • Extension creation directory is scrapped if store is detected and auto places it into the correct store category and adds it to package.json
  • If store is not detected when creating extensions it now prompts the user to setup a store and adds the extension in the right place
  • Search function paginates and has 10 results per page
  • when searching the "open a result" should just have the title names rather than "open #1" "open #2" w/ the title as a hidden hint

[degoog-cli] 0.3.0

24 May 19:37

Choose a tag to compare

Changelog

  • Update doctor to work on store root folders, it'll scan all extensions in a store looking for issues
  • Update and fix weird versioning alert
  • Fix quirks around input entering
  • deprecate the old theme version in theme.json
  • update plugin script to have full context in comment form so users know what they are working with

[degoog-cli] 0.2.0

22 May 15:33

Choose a tag to compare

Changelog

  • Adds a new option in the cli doctor which does a sanity check on the folder you run it in, it'll tell you if something is missing or broken on your extensions/themes
  • Breaks down theme creation and pre-populates the right template files for you to just replace whenever needed
  • Fixes permission issues on install

[degoog-cli] 0.1.0

20 May 13:44

Choose a tag to compare

Changelog

This is an experiment, I want to see if it makes creating extensions for degoog much easier and people like the idea.
May stay up and be maintained, may be deprecated in the future.

Regardless, it won't affect development of the main app and the main app will not be edited just to facilitate cli access.

features

  • Login to your instance with an optional api key
  • Create templates for all extension types with the most important bits and bobs
  • Search because it was stupidly easy to implement, so why the hell not