Releases: michael-hll/command-tube
Release list
v2.0.7
v2.0.6
RELEASE NOTES:
v2.0.6
- Disable install the 3rd party python modules automatically; With --pip argument provided, it can check and install them.
How to use:
Windows Terminal: tube.exe -t your-tube.yaml -f
MacOS: ./tube -t your-tube.yaml -f
More please read README.md
v2.0.5
RELEASE NOTES:
v2.0.5
- Add command IMPORT_MODULE; This means command tube can use other python modules.
How to use:
Windows Terminal: tube.exe -t your-tube.yaml -f
MacOS: ./tube -t your-tube.yaml -f
More please read README.md
v2.0.3
RELEASE NOTES:
v2.0.3
- Add HTTP_GET, HTTP_POST, HTTP_DELETE etc related commands
- Add CREATE_OBJECT command
- Add FILE_DOWNLOAD command
- Bug fix/Enhance for several commands: PRINT, GET_KEYS, SET_VARIABLE, EXEC
- Back to parent folder after running a sub tube
- Update the readme doc
- But fix for run tube in Windows OS
- All tube commands have test cases covered both for Mac OS and Windows OS
How to use:
Windows Terminal: tube.exe -t your-tube.yaml -f
MacOS: ./tube -t your-tube.yaml -f
More please read README.md
v2.0.2
RELEASE NOTES:
v2.0.2
This is a big release and has many fundamental changes:
- Tube variable has a scope; And support complex type like list, dict, and class;
- IMPORT_TUBE command was removed, instead a new command 'RUN_TUBE' was introduced, it's more easily to run sub tubes
- A group of OS file system tube commands were added, which it makes you more easily to operate OS files cross os;
- Placeholder was enhanced; For some cases you can omit the {};
- Support --while and --For(each) loop like other languages;
- More tube commands are added and help systems are enhanced;
For more details please refer to the README document.
In MacOS please download the 'tube' binary file (Please grant the exec right for the downloaded 'tube' file) ;
In Windows OS please download the 'tube.exe' binary file;
How to use:
Windows Terminal: tube.exe -t your-tube.yaml -f
MacOS: ./tube -t your-tube.yaml -f
More please read README.md
v2.0.1
RELEASE NOTES:
v2.0.1
- New tube commands are supported: SFTP_GET, SFTP_PUT, CHECK_CHAR_EXISTS, REPLACE_CHAR
- Update log output;
- Update template;
- Add TUBE_HOME default tube variable;
- Dynamic generate help and readme logic;
- Read Email/Server configurations from another YAML file;
- Add matrix mode for cool;
- Bug fixes;
In MacOS please download the 'tube' binary file (Please grant the exec right for the downloaded 'tube' file) ;
In Windows OS please download the 'tube.exe' binary file;
How to use:
Windows Terminal: tube.exe -y your-tube.yaml -f
MacOS: ./tube -y your-tube.yaml -f
More please read README.md
v2.0.0
Version 2.0.0
In MacOS please download the 'tube' binary file (Please grant the exec right for the downloaded 'tube' file) ;
In Windows OS please download the 'tube.exe' binary file;
How to use:
Windows Terminal: tube.exe -y your-tube.yaml -f
MacOS: ./tube -y your-tube.yaml -f
More please read README.md