• 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
..
assertoor Loading commit data...
beacon_metrics_gazer Loading commit data...
blob_spammer Loading commit data...
blobber Loading commit data...
blobscan Loading commit data...
blockscout Loading commit data...
broadcaster Loading commit data...
cl Loading commit data...
dora Loading commit data...
el Loading commit data...
el_forkmon Loading commit data...
ethereum_metrics_exporter Loading commit data...
full_beaconchain Loading commit data...
goomy_blob Loading commit data...
grafana Loading commit data...
mev Loading commit data...
network_launcher Loading commit data...
package_io Loading commit data...
prelaunch_data_generator Loading commit data...
prometheus Loading commit data...
shared_utils Loading commit data...
snooper Loading commit data...
static_files Loading commit data...
transaction_spammer Loading commit data...
vc Loading commit data...
xatu_sentry Loading commit data...
node_metrics_info.star Loading commit data...
participant.star Loading commit data...
participant_network.star Loading commit data...