onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

Use GitHub reports for `is-validated` command #1508

Closed bthaile closed 5 months ago

bthaile commented 5 months ago

Issue

Currently, flow-c1 migrate is-validated pulls the contract status from the on-chain repository. However, this is not currently being populated and there are no existing plans to do so, so we need to determine a workaround

Suggested solution

Add cli command to allow user to pull current status from the published GitHub report on https://github.com/onflow/cadence repository, as this is where the reports are currently being published

jribbink commented 5 months ago

completed by https://github.com/onflow/flow-cli/pull/1529