• Léo Vincent's avatar
    chore: add human friendly descriptions to `exec`, `run_sh` and `run_python` instructions (#561) · ea4cd083
    Léo Vincent authored
    Add human friendly descriptions when executing commands or running
    scripts.
    
    Here is an example:
    
    Without descriptions.
    
    ```bash
    Executing command on service 'validator-key-generation-cl-validator-keystore'
    Command returned with exit code '0' with no output
    
    Verifying whether two values meet a certain condition '=='
    Verification succeeded. Value is '0'.
    
    Storing files from service 'validator-key-generation-cl-validator-keystore' at path '/node-0-keystores' to files artifact with name '1-lighthouse-geth-0-63'
    Files with artifact name '1-lighthouse-geth-0-63' uploaded with artifact UUID 'd42fe1052c85433580a752bf818a54f1'
    
    Executing command on service 'validator-key-generation-cl-validator-keystore'
    Command returned with exit code '0' with no output
    ```
    
    With descriptions.
    
    ```bash
    Generating keystores
    Command returned with exit code '0' with no output
    
    Verifying whether two values meet a certain condition '=='
    Verification succeeded. Value is '0'.
    
    Storing files from service 'validator-key-generation-cl-validator-keystore' at path '/node-0-keystores' to files artifact with name '1-lighthouse-geth-0-63'
    Files with artifact name '1-lighthouse-geth-0-63' uploaded with artifact UUID '51cfc3d4fd01469ca5512628098ab87f'
    
    Storing prysm password in a file
    Command returned with exit code '0' with no output
    ```
    Co-authored-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
    ea4cd083
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
rename.sh Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...