workflowhub-eu / workflowhub-graph

Knowledge Graph generator for WorkflowHub
BSD 2-Clause "Simplified" License
6 stars 1 forks source link

Refactor Crate Sourcing to Flag When Run as Workflow #17

Closed alexhambley closed 3 months ago

alexhambley commented 5 months ago

Currently, WorkflowHub is hardcoded in as a constant. This should be a flag when run as a workflow. e.g. source -wfh should run the sourcing on workflow hub production server. Something like source -wfh dev should run the sourcing on workflow hub development server.

Part of a wider refactoring to run this application as a workflow