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
Add a command for querying organization members in the Ronin Database. Importing or creating individual OrganizationMember records might be difficult, since a valid parent Organization would need to be loaded via a query option (ex: --org ACME -> @org = Organization.find(name: @options[:org])).
The text was updated successfully, but these errors were encountered:
Add a command for querying organization members in the Ronin Database. Importing or creating individual
OrganizationMember
records might be difficult, since a valid parent Organization would need to be loaded via a query option (ex:--org ACME
->@org = Organization.find(name: @options[:org])
).The text was updated successfully, but these errors were encountered: