You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warp check can be configured to read warp deploy config with the --config/-i flag to a file path
warp check reads warpcore config from specifying the --symbol flag and if a specific warpCore config couldn't be found, it will give an interactive wizard to pick it
warp check can be configured to read warpcore config from the --warp/-wc flag to a file path
when not specified, an interactive wizard should give me the options of all warp route Ids in the specified warp registry. I should be able to use typeahead search to find the warp route that I want
individual file paths to --config/-i for warp deploy config and --warp/-wc should still apply, however both have to be given together
Drive-by change:
When a completely different warp deploy config (lets say involving chains A and B) is matched with a completely different warpcore config (lets say involving chains C and D), the diff should clearly state: expected: A, B, actual: C, D. Right now it just states expected A, B
The text was updated successfully, but these errors were encountered:
Current behavior:
warp check
reads deploy config from DEFAULT_WARP_ROUTE_DEPLOYMENT_CONFIG_PATHwarp check
can be configured to read warp deploy config with the--config/-i
flag to a file pathwarp check
reads warpcore config from specifying the--symbol
flag and if a specific warpCore config couldn't be found, it will give an interactive wizard to pick itwarp check
can be configured to read warpcore config from the--warp/-wc
flag to a file pathExpected behavior:
warp check
can be configured with a--warpRouteId
flag to find both the warpdeploy config (now in the configured registry due to Warp Deploy Config fetching and writing viaIRegistry
#5237) and the warpcoreconfig--config/-i
for warp deploy config and--warp/-wc
should still apply, however both have to be given togetherDrive-by change:
expected: A, B, actual: C, D
. Right now it just statesexpected A, B
The text was updated successfully, but these errors were encountered: