Bug Description
Calling get command with invalid property or to discover all property names always fetches the item definition which slows down the get operation.
fabric-cli version
fab version 1.1.0 (09-2025)
Python version
Python 3.12.10
Operating System
Windows
CLI Mode
Interactive mode
Authentication Method
Interactive browser login
Steps to Reproduce
Just call get with '.' or with invalid property name (e.g. 'xpto') and notice that takes long time and if its a protected item will prompt user for authorization.
Expected Behavior
It should only get the definition when explicitly asked for.
Actual Behavior
Gets the definition when not asked for. I might just want to list the available properties.
Additional Context
No response
Possible Solution
No response