cli: warn users if they specify a missing file with @

This commit is contained in:
Ryan Petrello
2019-10-02 10:28:04 -04:00
parent 1f62d223a2
commit 6c1488ed00
2 changed files with 2 additions and 3 deletions

View File

@@ -57,5 +57,5 @@ Importing an SSH Key
awx credentials create --credential_type 'Machine' \
--name 'My SSH Key' --user 'alice' \
--inputs "{'username': 'server-login', 'ssh_key_data': '@~/.ssh/id_rsa`}"
--inputs '{"username": "server-login", "ssh_key_data": "@~/.ssh/id_rsa"}'