From 35fe12789120078ecae09ba20d81a72971d0773f Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 2 Oct 2019 14:06:56 -0400 Subject: [PATCH] cli: add a note about send/receive --- awxkit/awxkit/cli/docs/source/examples.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awxkit/awxkit/cli/docs/source/examples.rst b/awxkit/awxkit/cli/docs/source/examples.rst index 7c66673b3d..f5831eb340 100644 --- a/awxkit/awxkit/cli/docs/source/examples.rst +++ b/awxkit/awxkit/cli/docs/source/examples.rst @@ -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.