question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Relative path for current directory when indicating filepath

See original GitHub issue

Is your feature request related to a problem? Please describe. Lack of dot notation “./” when referencing filepaths is kind of annoying.

Describe the solution you’d like I would prefer to be able to use relative filepaths (like “~/myproj/myfile.txt” or “./myproj/myfile.txt”) to indicate the current directory, rather than indicating the full filepath each time.

Describe alternatives you’ve considered You have to use the full filepath to a file or directory or the azure client will throw an error.

Additional context Encountered this issue when running the following command:

az artifacts universal publish --organization $ORG --project="$PROJECT" --scope project --feed $FEED --name initial-package --version $VERSION --description "$DESCRIPTION" --path $SINGLEFILE

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
navba-MSFTcommented, Feb 3, 2022

@Layer8Err Thanks for getting back. I am doing some research on this. I will get back to you once I have an update on this.

0reactions
msftbot[bot]commented, Feb 12, 2022

Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set relative path to current folder? - html - Stack Overflow
ext as a file from the server. The proper method would be ./filename. ext . ../ addresses the path up one level from...
Read more >
Absolute and Relative Paths
A link that has a relative path will be written to tell the computer how to get from the folder with the currently...
Read more >
Paths explained: Absolute, relative, UNC, and URL—Help
A relative path refers to a location that is relative to a current directory. Relative paths make use of two special symbols, a...
Read more >
Absolute and Relative Pathnames in UNIX - GeeksforGeeks
Relative path is defined as the path related to the present working directly(pwd). It starts at your current directory and never starts with ......
Read more >
Classic SysAdmin: Absolute Path vs Relative Path in Linux/Unix
Note: We can use an absolute path from any location where as if you want to use relative path we should be present...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found