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
Most of the time, what's planned in #149 for the CLI will suffice -- a separate CLI interface just for mapping inference is YAGNI.
For the cases like Django, with a nonstandard objects.inv location, the standard inference has no hope of succeeding, because the objects.inv URL passed to sphobjinv suggest will not align with the uri of any objects in the Inventory.
The API should work to infer a mapping in these cases, but some users might want a CLI.
The text was updated successfully, but these errors were encountered:
Most of the time, what's planned in #149 for the CLI will suffice -- a separate CLI interface just for mapping inference is YAGNI.
For the cases like Django, with a nonstandard
objects.inv
location, the standard inference has no hope of succeeding, because theobjects.inv
URL passed tosphobjinv suggest
will not align with theuri
of any objects in theInventory
.The API should work to infer a mapping in these cases, but some users might want a CLI.
The text was updated successfully, but these errors were encountered: