Releases: permafrost-dev/ray-cli
1.12.0
1.11.0
-
add
--image
and--clear-all
flags -
add
--update-check
flag to forceray-cli
to check for an updated version -
ray-cli
now returns silently unless the-v
/--verbose
flag is specified
1.10.1
- disable update checks
1.10.0
-
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 arePHP
,Python
, andNodeJS
. All files marked as executable are supported.
1.9.0
-
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
-
minor change to the way the url request method is set
-
minor tweaks to unit tests for url client
1.8.0
-
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
- 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
- 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 fromstdin
(this is the same as specifying--stdin
). - code cleanup & reorganization
- test cleanup & slight increase in test coverage
- readme update
1.5.0
- 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