Commands to be included with Restshell to access Split.io configurations
cd rs
go buildThe build produces a new restshell called rs.exe (or rs) which includes all the base functionality of restshell with the Split.io commands loaded. You can rename the directory to any name for your executable.
Run the following to see the help command
rs helpAs an alternative a restshell fork can be created with references to the commands in this repository
The rs\tests folder contains tests that verify the function of the restshell command to verify operation with updates to the shell package. The rs shell should be started from the tests folder to run the local .rsconfig file required by the tests.
Tests are run as follows:
cd rs
go build
cd tests
../rs run testAll assertions should pass when the script completes.
HELP command lists all the commands available and the Split.io commands start with 'split'.
The 'ABOUT Split' command provides additional informtion about using the commands.