Skip to content

Releases: permafrost-dev/ray-cli

1.12.0

02 Feb 07:28
Compare
Choose a tag to compare
  • fixes the update checker (--update-check)
  • updates readme

1.11.0

01 Feb 22:18
Compare
Choose a tag to compare
  • add --image and --clear-all flags

  • add --update-check flag to force ray-cli to check for an updated version

  • ray-cli now returns silently unless the -v/--verbose flag is specified

1.10.1

15 Jan 11:08
Compare
Choose a tag to compare
  • disable update checks

1.10.0

15 Jan 08:22
Compare
Choose a tag to compare
  • add --refresh=N option that refreshes the payload display in Ray every N seconds. If the payload argument is a file, the contents are re-read every N seconds; if it's a URL, it is re-downloaded every N seconds.

  • add --exec option that will treat the main parameter as a script or executable filename. The file will be executed and the output will be sent to Ray. Supported script interpreters are PHP, Python, and NodeJS. All files marked as executable are supported.

1.9.0

14 Jan 19:33
Compare
Choose a tag to compare
  • perform occasional checks for new releases and displays a message if a new version has been released.

  • the --raw flag now displays the raw content of a file, even if it is html (previously it worked in the reverse, which didn't make sense).

  • fix a few minor bugs

1.8.1

14 Jan 11:20
Compare
Choose a tag to compare
  • minor change to the way the url request method is set

  • minor tweaks to unit tests for url client

1.8.0

14 Jan 11:19
Compare
Choose a tag to compare
  • when a url is passed as the data argument, it is retrieved and the results are displayed in Ray. JSON data is automatically detected.

  • code cleanup

  • increased test coverage

1.7.0

14 Jan 00:33
Compare
Choose a tag to compare
  • add --bg-<color> flags to specify the background color of the payload.
    • Available colors: blue, gray, green, orange, purple, red.
  • code cleanup

1.6.0

12 Jan 15:00
Compare
Choose a tag to compare
  • add --raw flag to send contents without any pre-processing, such as sending the contents of an html file _(without --raw, the source will display instead)
  • specifying the payload as as dash "-" is now treated as an indicator that data should be read from stdin (this is the same as specifying --stdin).
  • code cleanup & reorganization
  • test cleanup & slight increase in test coverage
  • readme update

1.5.0

12 Jan 10:21
Compare
Choose a tag to compare
  • add --sm and --lg flags as shorter versions of --small and --large
  • add --size <size> flag to set the payload text size
  • add scripts used for building release phar executable
  • update github action workflows to only trigger when appropriate
  • update readme with example usage for phar executable
  • fix readme typos