Skip to content

v3.0.0 🔧

Compare
Choose a tag to compare
@jpchip jpchip released this 18 Apr 18:07
· 82 commits to master since this release

Added new CLI commands and configuration file. This should make adding new flagged features and maintaining existing ones a lot easier! See the readme and changelog for more details.

BREAKING CHANGES

The .env file for options is no longer supported. You also no longer need to pass flags like --2FA in the CLI, you can set them in the config file instead.

If your project is cloned, be sure to run npm install to get latest dependencies. Otherwise run gg init or npm start -- init to create the configuration file.