Bug #4050
closedCLI does not expand ~ in filepath of repo content upload (at least)
Description
```
[walden@wraines-sandbox katello (master)]$ katello-cli repo content_upload --repo=Custom --product=booyah! --filepath=~/Downloads/acl-2.2.23-8.i386.rpm --content_type=yum --org=ACME_Corporation
Invalid path '~/Downloads/acl-2.2.23-8.i386.rpm'.
[walden@wraines-sandbox katello (master)]$ katello-cli repo content_upload --repo=Custom --product=booyah! --filepath=/home/walden/Downloads/acl-2.2.23-8.i386.rpm --content_type=yum --org=ACME_Corporation
Successfully uploaded 'acl-2.2.23-8.i386.rpm' into repository
[walden@wraines-sandbox katello (master)]$ echo ~
/home/walden
```
Steps to Reproduce:
1. Repeat the above on your own
2. Note error
Created: waldenraines on October 02, 2013 20:01 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/3072
Updated by Eric Helms over 10 years ago
- Related to Feature #5813: Implement content uploads added
Updated by Eric Helms over 10 years ago
- Category set to Hammer
- Assignee set to David Davis
- Target version set to 45
- Triaged set to Yes
Updated by Eric Helms over 10 years ago
- Target version deleted (
45) - Difficulty set to easy
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release set to 114
Updated by John Mitsch over 5 years ago
- Status changed from New to Rejected
- Target version deleted (
Katello Backlog)
Thanks for reporting this issue. This issue was created over 4 years ago and hasn't seen an update in 1 year. We are closing this in an effort to keep a realistic backlog. Please open up a new issue that includes a link to this issue if you feel this still needs to be addressed. We can then triage the new issue and reassess.