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
We'll need to set the whitelist in each resource's presenter.
Benefits:
Minor: we'll get more control over what attributes are allowed for listing.
Major: we'll be able to provide better information in help command (see issue Let user know which fields are available on resources #39). Currently, the set of attributes for a given resource is automagically determined from its XML representation, which means we don't know what attributes can be listed (and can't show this info to the user) until we fetch a resource instance.
The text was updated successfully, but these errors were encountered:
Get rid of hidden_fields on presenters (https://github.com/aeolus-incubator/thor-cli/blob/master/lib/aeolus/cli/formatting/presenter.rb#L84-L91, used when aliasing fields) and use a whitelist-based approach instead.
Drawbacks:
Benefits:
The text was updated successfully, but these errors were encountered: