All workflows
Workflow
portfolio_snapshot
jeremyjsx/portfolio-snapshot
v1.0.0May 25, 2026
Snapshot checking and stock balances in a single run. Uses continue-on-error so one failing leg still returns the other.
Install
Pull this version with wallbit-cli.
wallbit workflow pull jeremyjsx/portfolio-snapshot@1.0.0 -o portfolio-snapshot.yaml
Copy command
Workflow YAML
Published version v1.0.0
portfolio-snapshot.yaml
Copy
Download
version: 1
name: portfolio_snapshot
description: Snapshot checking and stock balances in a single run. Uses continue-on-error so one failing leg still returns the other.
on_error: continue
steps:
- id: checking
run: balance.get_checking
- id: stocks
run: balance.get_stocks