Skip to content

[FEATURE] Calling get command with invalid property fetches the item definition #44

@RuiRomano

Description

@RuiRomano

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.

Image

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions