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