Bug Description
When I run fab get Notebook1.Notebook (relative path) in command-line mode, I get FabricCLIError: Invalid path. But the same works in interactive mode after cd /MyWorkspace.Workspace/.
fabric-cli version
1.0.2
Python version
Python 3.11.5
Operating System
Linux
CLI Mode
Command line mode
Authentication Method
Interactive browser login
Steps to Reproduce
fab auth login
- In interactive mode:
cd /MyWorkspace.Workspace/ then get Notebook1.Notebook — works
- Exit interactive mode
fab get Notebook1.Notebook — fails
Expected Behavior
Relative paths should work in command-line mode using the saved context.
Actual Behavior
$ fab get Notebook1.Notebook
Error: FabricCLIError: Invalid path (ERROR_INVALID_INPUT)
Bug Description
When I run
fab get Notebook1.Notebook(relative path) in command-line mode, I getFabricCLIError: Invalid path. But the same works in interactive mode aftercd /MyWorkspace.Workspace/.fabric-cli version
1.0.2
Python version
Python 3.11.5
Operating System
Linux
CLI Mode
Command line mode
Authentication Method
Interactive browser login
Steps to Reproduce
fab auth logincd /MyWorkspace.Workspace/thenget Notebook1.Notebook— worksfab get Notebook1.Notebook— failsExpected Behavior
Relative paths should work in command-line mode using the saved context.
Actual Behavior