Skip to content

Releases: geode-sdk/cli

CLI v1.0.5

14 Oct 18:55
47d5eee
Compare
Choose a tag to compare

This minor release brings some new options and helpers.

Changelog

  • geode new no longer uses the old com.developer.name format for mod IDs
  • New --shut-up option for geode package resources
  • SDK now uses the GEODE_SDK environment variable for location

CLI v1.0.4

13 Oct 09:13
Compare
Choose a tag to compare

Changelog

  • Add default SDK path on Windows (fixes geode sdk install command not working)

CLI v1.0.3

11 Oct 18:23
Compare
Choose a tag to compare

Changelog

  • Changes to geode sdk commands to reflect how the nightly / stable system actually works
  • New command geode sdk install-binaries for automatically installing pre-built binaries
  • Remove references to Geode installer as the installer is currently not available
  • Fix bugs with config

CLI v1.0.2

11 Oct 08:45
Compare
Choose a tag to compare

Changelog

  • Add geode sdk version command for querying installed SDK version
  • Fix geode new command specifying invalid target Geode version

CLI v1.0.1

08 Oct 10:37
Compare
Choose a tag to compare

New features

  • Automatically migrates config if you have used old cli
  • Added geode config setup for setting up a profile if you have manually installed Geode

CLI v1.0.0

05 Oct 12:21
Compare
Choose a tag to compare

Geode CLI

Changes from v0.2.5

  • Rewritten from the ground up.

Installation

  • Download the executable for your respective platform, and add it to the system's path (instructions for Windows).
  • Verify it works by running geode from the command like (You may need to restart your command line after adding the executable to your path).

Usage

  • Run geode help for instructions. If you're a Geode mod developer, you will most likely not be using the CLI manually, but through the Geode CMake.

CLI v0.2.5

14 Jun 15:03
Compare
Choose a tag to compare

Changelog

New Features

  • Added launch command for launching GD
  • Added edit command for modifying .geode packages

Changes

  • Improved config command
  • Other minor changes & improvements

Geode CLI v0.2.4

17 May 18:18
Compare
Choose a tag to compare

Changelog

  • Now up-to-date with mod.json once again, using the exact target loader version instead of an enigmatic number
  • Various other fixes & improvements

Version number bump was intentional; we just never made a release for v0.2.3

v0.2.2

12 May 18:00
Compare
Choose a tag to compare

Changelog

  • Add amend command for adding files to existing .geode packages

Geode CLI v0.2.1

11 May 20:55
Compare
Choose a tag to compare

Changelog

  • Failure to load config.json now results in a warning instead of an error (for making Github Actions builds work)
  • Other minor changes