Skip to content

Switch to octue twined CLI

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:53
5df29a8

Summary

This release moves the octue CLI commands down into the octue twined subcommand in preparation for the rebranding of Octue SDK into Twined.

Contents (#734)

IMPORTANT: There are 3 breaking changes.

New features

  • 💥 BREAKING CHANGE: Move CLI commands into twined command

Operations

  • Set pre-commit checks to not fail fast (this results in fewer runs for developers)

Refactoring

  • 💥 BREAKING CHANGE: Remove deprecated octue get-diagnostics CLI command
  • 💥 BREAKING CHANGE: Remove no-op CLI options

Upgrade instructions

💥 Move CLI commands into `twined` command

Type octue twined for the CLI instead of just octue

💥 Remove deprecated `octue get-diagnostics` CLI command

Use octue twined question diagnostics instead

💥 Remove no-op CLI options

Stop providing the --id and --force-reset/--no-force-reset options to the CLI