CLUI adds UI to your CLI.
Medium blog: https://medium.com/@chet.deva/enhance-your-cli-experience-with-clui-96eed88929c8
Your commands can have variables prepended with '$'. These variables will be rendered as input boxes and can be run as a CLI command.
- Open VSCode.
- Install CLUI from VSCode extension marketplace.
- Click Cmd+Shift+P and type "Run CLUI".
- Select "Run CLUI" and click enter.
CLUI + maestro an be used for everyday mobile/web development and ease E2E testing. Sample maestro flows can be in https://github.com/chetdeva/maestro-flows
maestro test -e USERNAME=$USERNAME -e PASSWORD=$PASSWORD feature.yaml
Click "Generate CLUI" button.
$USERNAME featureUsername
$PASSWORD featurePassword
Click "Generate CLI commands"
maestro test -e USERNAME=featureUsername -e PASSWORD=featurePassword feature.yaml`
Click "Run CLI commands" button.
Visual Studio Code 1.85.0 or higher.
Beta release
- Save and share CLUI shell scripts.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Pull requests are welcome. For contributing, create a fork and a pull request.
