cli: add a note about send/receive

This commit is contained in:
Ryan Petrello 2019-10-02 14:06:56 -04:00
parent dacda644ac
commit 35fe127891
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -59,3 +59,9 @@ Importing an SSH Key
--name 'My SSH Key' --user 'alice' \
--inputs '{"username": "server-login", "ssh_key_data": "@~/.ssh/id_rsa"}'
Backup/Restore
--------------
The AWX CLI doesn't currently have official support for backing up and restoring resources (similar to `tower-cli send` and `tower-cli receive`).
If you rely on this functionality, you should continue to use `tower-cli` at this time.