Skip to content

Commit

Permalink
longer headers for help output
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 28, 2024
1 parent 7ea97bd commit af70858
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,24 @@ jobs:
- name: Check help output
run: |
echo "========== Python Vault CLI =========="
echo "============================== Python Vault CLI =============================="
vault --help
echo "--------------------------------------"
echo "------------------------------------------------------------------------------"
echo "======= Python-pyo3 Vault CLI ========"
echo "============================ Python-pyo3 Vault CLI ==========================="
pvault --help
echo "--------------------------------------"
echo "------------------------------------------------------------------------------"
echo "=========== Go Vault CLI ============="
echo "================================= Go Vault CLI ==============================="
bin/go/vault --help
echo "--------------------------------------"
echo "------------------------------------------------------------------------------"
echo "========== Rust Vault CLI ============"
echo "================================ Rust Vault CLI =============================="
bin/rust/vault -h
echo "--------------------------------------"
echo "------------------------------------------------------------------------------"
echo "========= Node.js Vault CLI =========="
echo "=============================== Node.js Vault CLI ============================"
nodejs/dist/cli/vault.js --help
echo "--------------------------------------"
- name: Store secret with Python
run: vault -s 'secret-python' -v 'sha-${{github.sha}}' -w
Expand Down

0 comments on commit af70858

Please sign in to comment.