Skip to content

Releases: getsavvyinc/savvy-cli

0.16.0

17 Sep 01:50
Compare
Choose a tag to compare

Changelog

  • 6b7fddd cmd/history: improve debugl logging
  • 83b7fb6 cmd/setup/fish: setup script for recording commands.
  • ca93900 cmd/setup: savvy.fish setup prompt and hooks for recording artifacts
  • 607b187 display original prompt on the right at the end
  • 8acca97 fish auto inlcudes its config files
  • 908ee42 fish: improve prompt ux for savvy run
  • 1a5c521 install.sh: update install script to support fish
  • 0acec24 rm commandline -f
  • 7e2db72 setup/fish: handle case where fish_right_prompt dne
  • 421b814 setup/fish: impl prompt and cli integration for savvy run
  • 6e32c66 setup/fish: make step_id global
  • 79c7edd setup/fish: record command as part of pre-exec hook
  • ce54443 setup/fish: rename savvy_modify_prompt -> savvy_record_prompt
  • d92f797 setup/fish: rm trailing whitespace
  • 7cf2815 setup/fish: savvy run completion hooks
  • b36f284 setup/fish: split on COMMA not :COMMA:
  • 488e5cb setup/fish: use green instead of red for recording
  • 9b78c57 setup/fish: use post_exec hook to capture exit code.
  • aca8595 setup/fish: use well known XDG_DATA_DIRS dir to configure fish shells
  • c6b8567 setup/fish: vendor code in fish is loaded before user configured
  • 7d04940 setup: get status code before copying prompt
  • b3fdf47 setup: impl fish setup
  • a55f500 shell/fish: DRY vendorDir and dataDirs setup
  • b306bfb shell/fish: add pre_exec function that records but does not execute a command
  • 755acf7 shell/fish: add pre_exec hook to record history without executing
  • 928c1df shell/fish: impl SpawnRunner
  • b7c8eba shell/fish: impl record history
  • 3ca4ce5 shell/fish: replace OSTYPE with uname -s
  • 45374c0 shell/fish: rm OS detection
  • 91c712e shell/fish: simplify setup script
  • 4853d48 shell/fish: use completion to suggest commands in savvy run
  • 50f5d40 shell: Impl Shell for fish
  • 83fdec7 use bold; not green for discord
  • 30c9bf1 work out issues with vendor dirs and color sequences

0.15.2

09 Sep 18:02
Compare
Choose a tag to compare

Changelog

0.15.1

28 Aug 20:22
Compare
Choose a tag to compare

Changelog

  • f5049cd display savvy run in green

0.15.0

23 Aug 04:08
Compare
Choose a tag to compare

Changelog

  • b4f32c9 ask user to login for recording
  • c2d1cb6 client/guest: ask users to login if they are performing priveliged actions
  • 4e6d099 client/guest: nudge user to login for all priveliged actions
  • 46e206d client/guest: retry fetching runbook with logged in client
  • 9338334 client: get all runbooks for a user and all teams they are a part of
  • 0a8bc45 cmd/run: Let the user login if they need to
  • 9324b66 cmd/run: add debug logs
  • 6aa9775 cmd/run: simplify err handling since guest client handles login
  • 83f69ad login: extract login into its own pkg for reuse

0.14.6

22 Aug 02:26
Compare
Choose a tag to compare

Changelog

  • 9ae80ba client: deprecate old runbooks endpoint use list_runbooks

0.14.5

05 Aug 22:46
Compare
Choose a tag to compare

Changelog

  • 137be72 cmd/init: separate bash-preexec and savvy setup
  • 3241f71 setup/bash-hooks: Add funcs to only add shell hooks if required.

0.14.4

05 Aug 02:34
Compare
Choose a tag to compare

Changelog

  • 0a87e52 cmd/ask: allow users to attach historical context to their questions.
  • 99d016f cmd/ask: improve --help
  • 0cb45cd cmd/ask: remove short hand flag for --history
  • 3e28d09 cmd/history: add selectAndExpandHistory func for future reuse
  • bbd0594 fixup! cmd/history: add selectAndExpandHistory func for future reuse

0.14.3

05 Aug 00:56
Compare
Choose a tag to compare

Changelog

  • aea11a1 cmd/internal/next: Add nextCommand func
  • e460a57 cmd/internal/next: add --force flag
  • 73c05ad cmd/internal/previous: allow users to go back when executing runbooks
  • fa0f694 server/run: Impl previous command.

v0.14.2

02 Aug 20:24
Compare
Choose a tag to compare

Changelog

  • 8c6a834 ask: run first, ask questions later

v0.14.1

25 Jul 04:53
Compare
Choose a tag to compare

Changelog

  • 47ebae4 cmd/ask: enter -> in help message