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
The documentation says that you can call the loopback cli datasource generator with the --connector option. However, this option has no effect. Despite the specification, the connector type is asked.
Logs
No response
Additional information
The main generator code uses this.artifactInfo to determine the passed value connector. However, this object does not have this value. This can be found in this.options. I transferred the value to the correct place in the setOptions method.
Describe the bug
The documentation says that you can call the loopback cli datasource generator with the
--connector
option. However, this option has no effect. Despite the specification, the connector type is asked.Logs
No response
Additional information
The main generator code uses
this.artifactInfo
to determine the passed value connector. However, this object does not have this value. This can be found inthis.options
. I transferred the value to the correct place in thesetOptions
method.Reproduction
https://github.com/loopbackio/loopback-next
The text was updated successfully, but these errors were encountered: