We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Miscellaneous Github scripting
# Install the gh cli https://cli.github.com/ # Login gh auth login # Use ## List workflows gh workflow --repo github.com/finos/legend-engine list --all ## Filter workflow and print id gh workflow --repo github.com/finos/legend-engine list --all | grep MSSQL | awk -F" " '{print $NF}' 20700755 ## Enable/disable workflow gh workflow --repo github.com/finos/legend-engine enable 2070075