diff --git a/README.md b/README.md
index 2203057..b99194d 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,11 @@
[](https://axonius-api-client.readthedocs.io/en/latest/?badge=latest)
[](https://pepy.tech/project/axonius-api-client)
+### :warning:**This API client is deprecated.**:warning:
+Axonius API v2 is now available, we recommend you move to API v2.
+New features will no longer be added to this API. Axonius will only provide bug fixes.
+[Read about API v2](https://docs.axonius.com/docs/axonius-rest-api)
+### Overview:
axonius-api-client is an API client for [Axonius](https://axonius.com) that provides:
* A fully modeled python API library that makes using the Axonius REST API easy.
@@ -18,3 +23,5 @@ Resources:
* [Documentation](https://axonius-api-client.readthedocs.io/)
* [PyPi package listing](https://pypi.org/project/axonius-api-client/)
* [GitHub repository](https://github.com/Axonius/axonius_api_client)
+
+
diff --git a/axonius_api_client/version.py b/axonius_api_client/version.py
index 83af72f..afe5b83 100644
--- a/axonius_api_client/version.py
+++ b/axonius_api_client/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Version information for this package."""
-__version__ = "5.0.20"
+__version__ = "5.0.21"
VERSION: str = __version__
"""Version of package."""
diff --git a/docs/index.rst b/docs/index.rst
index 9ec0a7c..d1b8ac7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
|MIT license| |made-with-python| |PyPi| |github| |doc-status| |Downloads|
diff --git a/docs/main/axtokens.rst b/docs/main/axtokens.rst
index 1149de6..0b066a0 100644
--- a/docs/main/axtokens.rst
+++ b/docs/main/axtokens.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _axtokens:
diff --git a/docs/main/contributing.rst b/docs/main/contributing.rst
index f291678..c53e5c7 100644
--- a/docs/main/contributing.rst
+++ b/docs/main/contributing.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Contribution
###################################################
diff --git a/docs/main/deprecation_banner.rst b/docs/main/deprecation_banner.rst
new file mode 100644
index 0000000..5c203f9
--- /dev/null
+++ b/docs/main/deprecation_banner.rst
@@ -0,0 +1,9 @@
+.. warning:: **This API is deprecated.**
+
+ Axonius API v2 is now available, we recommend you move to API v2.
+
+ New features will no longer be added to this API. Axonius will only provide bug fixes.
+
+ `Read about API v2`_
+
+.. _Read about API v2: https://docs.axonius.com/docs/axonius-rest-api
\ No newline at end of file
diff --git a/docs/main/install.rst b/docs/main/install.rst
index 9df93ae..8df8017 100644
--- a/docs/main/install.rst
+++ b/docs/main/install.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _installation:
diff --git a/docs/main/usage_api/api/adapters/adapters.rst b/docs/main/usage_api/api/adapters/adapters.rst
index c5f97cc..adeb2d3 100644
--- a/docs/main/usage_api/api/adapters/adapters.rst
+++ b/docs/main/usage_api/api/adapters/adapters.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Adapters
###############################################
diff --git a/docs/main/usage_api/api/adapters/cnx.rst b/docs/main/usage_api/api/adapters/cnx.rst
index 075222d..8212d0b 100644
--- a/docs/main/usage_api/api/adapters/cnx.rst
+++ b/docs/main/usage_api/api/adapters/cnx.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Connections
###############################################
diff --git a/docs/main/usage_api/api/adapters/index.rst b/docs/main/usage_api/api/adapters/index.rst
index 44e0c4c..97e32c0 100644
--- a/docs/main/usage_api/api/adapters/index.rst
+++ b/docs/main/usage_api/api/adapters/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Adapters and connections
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/base.rst b/docs/main/usage_api/api/assets/callbacks/base.rst
index 30f4699..9116031 100644
--- a/docs/main/usage_api/api/assets/callbacks/base.rst
+++ b/docs/main/usage_api/api/assets/callbacks/base.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Base
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/csv.rst b/docs/main/usage_api/api/assets/callbacks/csv.rst
index 362ffe0..4012fb0 100644
--- a/docs/main/usage_api/api/assets/callbacks/csv.rst
+++ b/docs/main/usage_api/api/assets/callbacks/csv.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
CSV
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/index.rst b/docs/main/usage_api/api/assets/callbacks/index.rst
index 4e53e8c..1bbf6c6 100644
--- a/docs/main/usage_api/api/assets/callbacks/index.rst
+++ b/docs/main/usage_api/api/assets/callbacks/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Export callbacks
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/json.rst b/docs/main/usage_api/api/assets/callbacks/json.rst
index 6f5df4e..82c49cf 100644
--- a/docs/main/usage_api/api/assets/callbacks/json.rst
+++ b/docs/main/usage_api/api/assets/callbacks/json.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
JSON
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/json_to_csv.rst b/docs/main/usage_api/api/assets/callbacks/json_to_csv.rst
index 1e92f0d..13b507e 100644
--- a/docs/main/usage_api/api/assets/callbacks/json_to_csv.rst
+++ b/docs/main/usage_api/api/assets/callbacks/json_to_csv.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
JSON to CSV
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/table.rst b/docs/main/usage_api/api/assets/callbacks/table.rst
index 54b309b..95310c0 100644
--- a/docs/main/usage_api/api/assets/callbacks/table.rst
+++ b/docs/main/usage_api/api/assets/callbacks/table.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Table
###############################################
diff --git a/docs/main/usage_api/api/assets/callbacks/xlsx.rst b/docs/main/usage_api/api/assets/callbacks/xlsx.rst
index 1790f10..7a5d0a8 100644
--- a/docs/main/usage_api/api/assets/callbacks/xlsx.rst
+++ b/docs/main/usage_api/api/assets/callbacks/xlsx.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Excel
###############################################
diff --git a/docs/main/usage_api/api/assets/devices.rst b/docs/main/usage_api/api/assets/devices.rst
index 3e81af2..38afa87 100644
--- a/docs/main/usage_api/api/assets/devices.rst
+++ b/docs/main/usage_api/api/assets/devices.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Device assets
###############################################
diff --git a/docs/main/usage_api/api/assets/fields.rst b/docs/main/usage_api/api/assets/fields.rst
index 60cd527..9c6bcc9 100644
--- a/docs/main/usage_api/api/assets/fields.rst
+++ b/docs/main/usage_api/api/assets/fields.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Fields
###############################################
diff --git a/docs/main/usage_api/api/assets/index.rst b/docs/main/usage_api/api/assets/index.rst
index 318b636..5f60fcf 100644
--- a/docs/main/usage_api/api/assets/index.rst
+++ b/docs/main/usage_api/api/assets/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Assets
###############################################
diff --git a/docs/main/usage_api/api/assets/labels.rst b/docs/main/usage_api/api/assets/labels.rst
index c0cded7..fafe521 100644
--- a/docs/main/usage_api/api/assets/labels.rst
+++ b/docs/main/usage_api/api/assets/labels.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Tags
###############################################
diff --git a/docs/main/usage_api/api/assets/saved_query.rst b/docs/main/usage_api/api/assets/saved_query.rst
index 7e5d333..c182a2b 100644
--- a/docs/main/usage_api/api/assets/saved_query.rst
+++ b/docs/main/usage_api/api/assets/saved_query.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Saved queries
###############################################
diff --git a/docs/main/usage_api/api/assets/users.rst b/docs/main/usage_api/api/assets/users.rst
index 177ff90..18b9151 100644
--- a/docs/main/usage_api/api/assets/users.rst
+++ b/docs/main/usage_api/api/assets/users.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
User assets
###############################################
diff --git a/docs/main/usage_api/api/assets/wizards/index.rst b/docs/main/usage_api/api/assets/wizards/index.rst
index a1766a1..fa6b1d0 100644
--- a/docs/main/usage_api/api/assets/wizards/index.rst
+++ b/docs/main/usage_api/api/assets/wizards/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Query Wizards
###############################################
diff --git a/docs/main/usage_api/api/assets/wizards/wizard.rst b/docs/main/usage_api/api/assets/wizards/wizard.rst
index e5238d6..c79ebfe 100644
--- a/docs/main/usage_api/api/assets/wizards/wizard.rst
+++ b/docs/main/usage_api/api/assets/wizards/wizard.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
From python objects
###############################################
diff --git a/docs/main/usage_api/api/assets/wizards/wizard_csv.rst b/docs/main/usage_api/api/assets/wizards/wizard_csv.rst
index ce4ef4d..74a85a5 100644
--- a/docs/main/usage_api/api/assets/wizards/wizard_csv.rst
+++ b/docs/main/usage_api/api/assets/wizards/wizard_csv.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
From CSV files
###############################################
diff --git a/docs/main/usage_api/api/assets/wizards/wizard_text.rst b/docs/main/usage_api/api/assets/wizards/wizard_text.rst
index 6cc6ccf..fb3e887 100644
--- a/docs/main/usage_api/api/assets/wizards/wizard_text.rst
+++ b/docs/main/usage_api/api/assets/wizards/wizard_text.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
From text files
###############################################
diff --git a/docs/main/usage_api/api/enforcements/actions.rst b/docs/main/usage_api/api/enforcements/actions.rst
index 7586b84..642bbb4 100644
--- a/docs/main/usage_api/api/enforcements/actions.rst
+++ b/docs/main/usage_api/api/enforcements/actions.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Actions
###############################################
diff --git a/docs/main/usage_api/api/enforcements/enforcements.rst b/docs/main/usage_api/api/enforcements/enforcements.rst
index da78708..85e4cc1 100644
--- a/docs/main/usage_api/api/enforcements/enforcements.rst
+++ b/docs/main/usage_api/api/enforcements/enforcements.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Enforcements
###############################################
diff --git a/docs/main/usage_api/api/enforcements/index.rst b/docs/main/usage_api/api/enforcements/index.rst
index 5c7fcbb..6902a28 100644
--- a/docs/main/usage_api/api/enforcements/index.rst
+++ b/docs/main/usage_api/api/enforcements/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Enforcements and actions
###############################################
diff --git a/docs/main/usage_api/api/system/dashboard.rst b/docs/main/usage_api/api/system/dashboard.rst
index 374bd02..98d712d 100644
--- a/docs/main/usage_api/api/system/dashboard.rst
+++ b/docs/main/usage_api/api/system/dashboard.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Dashboards and discovery cycles
###############################################
diff --git a/docs/main/usage_api/api/system/index.rst b/docs/main/usage_api/api/system/index.rst
index 09e6fb0..b28039a 100644
--- a/docs/main/usage_api/api/system/index.rst
+++ b/docs/main/usage_api/api/system/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System
###########################################################
diff --git a/docs/main/usage_api/api/system/instances.rst b/docs/main/usage_api/api/system/instances.rst
index a9d83dc..1abad28 100644
--- a/docs/main/usage_api/api/system/instances.rst
+++ b/docs/main/usage_api/api/system/instances.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Instances
###############################################
diff --git a/docs/main/usage_api/api/system/meta.rst b/docs/main/usage_api/api/system/meta.rst
index 6b363df..dd28731 100644
--- a/docs/main/usage_api/api/system/meta.rst
+++ b/docs/main/usage_api/api/system/meta.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Product metadata
###########################################################
diff --git a/docs/main/usage_api/api/system/settings_global.rst b/docs/main/usage_api/api/system/settings_global.rst
index d18e8e7..f0fb19b 100644
--- a/docs/main/usage_api/api/system/settings_global.rst
+++ b/docs/main/usage_api/api/system/settings_global.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System Settings -> Global Settings
###########################################################
diff --git a/docs/main/usage_api/api/system/settings_gui.rst b/docs/main/usage_api/api/system/settings_gui.rst
index c4da682..322e4ca 100644
--- a/docs/main/usage_api/api/system/settings_gui.rst
+++ b/docs/main/usage_api/api/system/settings_gui.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System Settings -> GUI Settings
###########################################################
diff --git a/docs/main/usage_api/api/system/settings_lifecycle.rst b/docs/main/usage_api/api/system/settings_lifecycle.rst
index e3dd86f..da22026 100644
--- a/docs/main/usage_api/api/system/settings_lifecycle.rst
+++ b/docs/main/usage_api/api/system/settings_lifecycle.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System Settings -> Lifecycle Settings
###########################################################
diff --git a/docs/main/usage_api/api/system/signup.rst b/docs/main/usage_api/api/system/signup.rst
index 12d7f30..df9f63b 100644
--- a/docs/main/usage_api/api/system/signup.rst
+++ b/docs/main/usage_api/api/system/signup.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Initial signup
###############################################
diff --git a/docs/main/usage_api/api/system/system_roles.rst b/docs/main/usage_api/api/system/system_roles.rst
index ecc360f..265ec19 100644
--- a/docs/main/usage_api/api/system/system_roles.rst
+++ b/docs/main/usage_api/api/system/system_roles.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System Roles
###########################################################
diff --git a/docs/main/usage_api/api/system/system_users.rst b/docs/main/usage_api/api/system/system_users.rst
index b9fed1d..03c82dd 100644
--- a/docs/main/usage_api/api/system/system_users.rst
+++ b/docs/main/usage_api/api/system/system_users.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System Users
###########################################################
diff --git a/docs/main/usage_api/connect.rst b/docs/main/usage_api/connect.rst
index 6aae0d7..d8a0690 100644
--- a/docs/main/usage_api/connect.rst
+++ b/docs/main/usage_api/connect.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Connection Handler
###############################################
diff --git a/docs/main/usage_api/library/api/api_mixins.rst b/docs/main/usage_api/library/api/api_mixins.rst
index 7aa35f7..be519b8 100644
--- a/docs/main/usage_api/library/api/api_mixins.rst
+++ b/docs/main/usage_api/library/api/api_mixins.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
API models
###############################################
diff --git a/docs/main/usage_api/library/api/asset_mixins.rst b/docs/main/usage_api/library/api/asset_mixins.rst
index b0d12f5..2db3be6 100644
--- a/docs/main/usage_api/library/api/asset_mixins.rst
+++ b/docs/main/usage_api/library/api/asset_mixins.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Asset API models
###############################################
diff --git a/docs/main/usage_api/library/api/index.rst b/docs/main/usage_api/library/api/index.rst
index 594dfe0..b472f97 100644
--- a/docs/main/usage_api/library/api/index.rst
+++ b/docs/main/usage_api/library/api/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
API library backend
###############################################
diff --git a/docs/main/usage_api/library/api/routers.rst b/docs/main/usage_api/library/api/routers.rst
index 83b8c49..0c4a587 100644
--- a/docs/main/usage_api/library/api/routers.rst
+++ b/docs/main/usage_api/library/api/routers.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Endpoint routers
###############################################
diff --git a/docs/main/usage_api/library/api/settings_mixins.rst b/docs/main/usage_api/library/api/settings_mixins.rst
index 26da420..2ffb190 100644
--- a/docs/main/usage_api/library/api/settings_mixins.rst
+++ b/docs/main/usage_api/library/api/settings_mixins.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Settings mixins
###########################################################
diff --git a/docs/main/usage_api/library/auth/api_key.rst b/docs/main/usage_api/library/auth/api_key.rst
index 97757ed..283b9cd 100644
--- a/docs/main/usage_api/library/auth/api_key.rst
+++ b/docs/main/usage_api/library/auth/api_key.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Authenticating
###############################################
diff --git a/docs/main/usage_api/library/auth/index.rst b/docs/main/usage_api/library/auth/index.rst
index 51bef6b..32742f8 100644
--- a/docs/main/usage_api/library/auth/index.rst
+++ b/docs/main/usage_api/library/auth/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Authenticating
###############################################
diff --git a/docs/main/usage_api/library/auth/models.rst b/docs/main/usage_api/library/auth/models.rst
index b7cc712..43753fd 100644
--- a/docs/main/usage_api/library/auth/models.rst
+++ b/docs/main/usage_api/library/auth/models.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Models
###############################################
diff --git a/docs/main/usage_api/library/constants/adapters.rst b/docs/main/usage_api/library/constants/adapters.rst
index 7d3091f..0f8744e 100644
--- a/docs/main/usage_api/library/constants/adapters.rst
+++ b/docs/main/usage_api/library/constants/adapters.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Adapters
###############################################
diff --git a/docs/main/usage_api/library/constants/api.rst b/docs/main/usage_api/library/constants/api.rst
index 7a124bb..5d5ee2b 100644
--- a/docs/main/usage_api/library/constants/api.rst
+++ b/docs/main/usage_api/library/constants/api.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
API models
###############################################
diff --git a/docs/main/usage_api/library/constants/fields.rst b/docs/main/usage_api/library/constants/fields.rst
index 2d90dc1..710275b 100644
--- a/docs/main/usage_api/library/constants/fields.rst
+++ b/docs/main/usage_api/library/constants/fields.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Fields
###############################################
diff --git a/docs/main/usage_api/library/constants/general.rst b/docs/main/usage_api/library/constants/general.rst
index 6e0923d..1538dcf 100644
--- a/docs/main/usage_api/library/constants/general.rst
+++ b/docs/main/usage_api/library/constants/general.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
General
###############################################
diff --git a/docs/main/usage_api/library/constants/index.rst b/docs/main/usage_api/library/constants/index.rst
index db5a7a7..f492a93 100644
--- a/docs/main/usage_api/library/constants/index.rst
+++ b/docs/main/usage_api/library/constants/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Constants
###############################################
diff --git a/docs/main/usage_api/library/constants/logs.rst b/docs/main/usage_api/library/constants/logs.rst
index 45dcf6a..eefd6a9 100644
--- a/docs/main/usage_api/library/constants/logs.rst
+++ b/docs/main/usage_api/library/constants/logs.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Logs
###############################################
diff --git a/docs/main/usage_api/library/constants/system.rst b/docs/main/usage_api/library/constants/system.rst
index 8f47345..a71cfbc 100644
--- a/docs/main/usage_api/library/constants/system.rst
+++ b/docs/main/usage_api/library/constants/system.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System
###############################################
diff --git a/docs/main/usage_api/library/constants/wizards.rst b/docs/main/usage_api/library/constants/wizards.rst
index 09528db..b36ed09 100644
--- a/docs/main/usage_api/library/constants/wizards.rst
+++ b/docs/main/usage_api/library/constants/wizards.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Wizards
###############################################
diff --git a/docs/main/usage_api/library/index.rst b/docs/main/usage_api/library/index.rst
index d3bce0b..6ede0e7 100644
--- a/docs/main/usage_api/library/index.rst
+++ b/docs/main/usage_api/library/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Library backend
###############################################
diff --git a/docs/main/usage_api/library/parsers/adapters.rst b/docs/main/usage_api/library/parsers/adapters.rst
index e624831..8b223bc 100644
--- a/docs/main/usage_api/library/parsers/adapters.rst
+++ b/docs/main/usage_api/library/parsers/adapters.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Adapter schemas
###############################################
diff --git a/docs/main/usage_api/library/parsers/config.rst b/docs/main/usage_api/library/parsers/config.rst
index c5b3038..cafcea5 100644
--- a/docs/main/usage_api/library/parsers/config.rst
+++ b/docs/main/usage_api/library/parsers/config.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Configuration schemas
###############################################
diff --git a/docs/main/usage_api/library/parsers/fields.rst b/docs/main/usage_api/library/parsers/fields.rst
index 65abe78..d0edb1d 100644
--- a/docs/main/usage_api/library/parsers/fields.rst
+++ b/docs/main/usage_api/library/parsers/fields.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Field schemas
###############################################
diff --git a/docs/main/usage_api/library/parsers/index.rst b/docs/main/usage_api/library/parsers/index.rst
index 5d0c8a6..ac8522b 100644
--- a/docs/main/usage_api/library/parsers/index.rst
+++ b/docs/main/usage_api/library/parsers/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Parsers
###############################################
diff --git a/docs/main/usage_api/library/parsers/system.rst b/docs/main/usage_api/library/parsers/system.rst
index 39031cd..8f932fe 100644
--- a/docs/main/usage_api/library/parsers/system.rst
+++ b/docs/main/usage_api/library/parsers/system.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
System
###############################################
diff --git a/docs/main/usage_api/library/parsers/tables.rst b/docs/main/usage_api/library/parsers/tables.rst
index b639585..b81dfb5 100644
--- a/docs/main/usage_api/library/parsers/tables.rst
+++ b/docs/main/usage_api/library/parsers/tables.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Tables
###############################################
diff --git a/docs/main/usage_api/library/parsers/url_parser.rst b/docs/main/usage_api/library/parsers/url_parser.rst
index 581788d..0ff842e 100644
--- a/docs/main/usage_api/library/parsers/url_parser.rst
+++ b/docs/main/usage_api/library/parsers/url_parser.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
URLs
###############################################
diff --git a/docs/main/usage_api/library/parsers/wizards.rst b/docs/main/usage_api/library/parsers/wizards.rst
index ceff8b2..eaa2896 100644
--- a/docs/main/usage_api/library/parsers/wizards.rst
+++ b/docs/main/usage_api/library/parsers/wizards.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Wizards
###############################################
diff --git a/docs/main/usage_api/library/tools/data.rst b/docs/main/usage_api/library/tools/data.rst
index 3c46729..436dc69 100644
--- a/docs/main/usage_api/library/tools/data.rst
+++ b/docs/main/usage_api/library/tools/data.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Data classes
###############################################
diff --git a/docs/main/usage_api/library/tools/exceptions.rst b/docs/main/usage_api/library/tools/exceptions.rst
index 7ce7426..4dd9bf2 100644
--- a/docs/main/usage_api/library/tools/exceptions.rst
+++ b/docs/main/usage_api/library/tools/exceptions.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Exceptions and warnings
###############################################
diff --git a/docs/main/usage_api/library/tools/http.rst b/docs/main/usage_api/library/tools/http.rst
index ed41a3b..b724599 100644
--- a/docs/main/usage_api/library/tools/http.rst
+++ b/docs/main/usage_api/library/tools/http.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
HTTP Client
###############################################
diff --git a/docs/main/usage_api/library/tools/index.rst b/docs/main/usage_api/library/tools/index.rst
index 6fd6a24..100868c 100644
--- a/docs/main/usage_api/library/tools/index.rst
+++ b/docs/main/usage_api/library/tools/index.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Tools
###############################################
diff --git a/docs/main/usage_api/library/tools/logs.rst b/docs/main/usage_api/library/tools/logs.rst
index d734e6b..3eeae7d 100644
--- a/docs/main/usage_api/library/tools/logs.rst
+++ b/docs/main/usage_api/library/tools/logs.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Logging utilities
###############################################
diff --git a/docs/main/usage_api/library/tools/setup_env.rst b/docs/main/usage_api/library/tools/setup_env.rst
index 3f557de..999018f 100644
--- a/docs/main/usage_api/library/tools/setup_env.rst
+++ b/docs/main/usage_api/library/tools/setup_env.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Setup environment variables
###############################################
diff --git a/docs/main/usage_api/library/tools/tools.rst b/docs/main/usage_api/library/tools/tools.rst
index 6583b0a..44d8b03 100644
--- a/docs/main/usage_api/library/tools/tools.rst
+++ b/docs/main/usage_api/library/tools/tools.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Utilities
###############################################
diff --git a/docs/main/usage_api/library/version.rst b/docs/main/usage_api/library/version.rst
index d23da8d..eab999b 100644
--- a/docs/main/usage_api/library/version.rst
+++ b/docs/main/usage_api/library/version.rst
@@ -1,3 +1,5 @@
+.. include:: /main/deprecation_banner.rst
+
Version metadata
###############################################
diff --git a/docs/main/usage_api/quickstart.rst b/docs/main/usage_api/quickstart.rst
index 1e3d352..871d08d 100644
--- a/docs/main/usage_api/quickstart.rst
+++ b/docs/main/usage_api/quickstart.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _api_quickstart:
diff --git a/docs/main/usage_api/usage_api.rst b/docs/main/usage_api/usage_api.rst
index e02f0e9..bcc63d3 100644
--- a/docs/main/usage_api/usage_api.rst
+++ b/docs/main/usage_api/usage_api.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Using the API library
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by.rst b/docs/main/usage_cli/common_examples/get_by.rst
index 9d281be..a04dc0d 100644
--- a/docs/main/usage_cli/common_examples/get_by.rst
+++ b/docs/main/usage_cli/common_examples/get_by.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _get_by_ex:
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex1.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex1.rst
index ce18808..abad673 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex1.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Single Item - No Match Found
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex2.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex2.rst
index c174a97..2b04bce 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex2.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Single Item - Match Found
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex3.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex3.rst
index bc609e3..f854bf3 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex3.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Using Regular Expressions - No Matches Found
#################################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex4.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex4.rst
index 964e0d7..dc6d5f0 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex4.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Using Regular Expressions - Matches Found
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex5.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex5.rst
index 9f24c59..2c5620c 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex5.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex5.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Using NOT
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex7.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex7.rst
index d4f37ba..a8eea4f 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex7.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex7.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Using Multiple Values
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex8.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex8.rst
index dde9462..98ef887 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex8.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex8.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Matches With A Query Prefix
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/ex9.rst b/docs/main/usage_cli/common_examples/get_by_examples/ex9.rst
index 8f27409..0c6eda1 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/ex9.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/ex9.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Find Matches With A Query Postfix
###############################################
diff --git a/docs/main/usage_cli/common_examples/get_by_examples/notes.rst b/docs/main/usage_cli/common_examples/get_by_examples/notes.rst
index d86b1db..4e5bc5b 100644
--- a/docs/main/usage_cli/common_examples/get_by_examples/notes.rst
+++ b/docs/main/usage_cli/common_examples/get_by_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex1.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex1.rst
index 2d003e8..7198717 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex1.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Valid Generic Field
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex2.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex2.rst
index 6efd620..c69417b 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex2.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Invalid Generic Field
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex3.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex3.rst
index 4edc0d4..7dba828 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex3.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Invalid Adapter
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex4.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex4.rst
index fd232e8..864ca47 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex4.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Multiple Fields
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex5.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex5.rst
index 48122f7..2e8afbd 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex5.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex5.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Multiple Fields Using Commas
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex6.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex6.rst
index f302b27..7afce0b 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex6.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex6.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: No default fields
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex7.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex7.rst
index 47c25de..a67d5bf 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex7.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex7.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Using Regular Expressions Case 1
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/ex8.rst b/docs/main/usage_cli/common_examples/select_field_examples/ex8.rst
index 5217c8e..cf6513c 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/ex8.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/ex8.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Select Fields: Using Regular Expressions Case 2
###############################################
diff --git a/docs/main/usage_cli/common_examples/select_field_examples/notes.rst b/docs/main/usage_cli/common_examples/select_field_examples/notes.rst
index f1f0d1e..13118ea 100644
--- a/docs/main/usage_cli/common_examples/select_field_examples/notes.rst
+++ b/docs/main/usage_cli/common_examples/select_field_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/common_examples/select_fields.rst b/docs/main/usage_cli/common_examples/select_fields.rst
index c40e7e1..8584d5c 100644
--- a/docs/main/usage_cli/common_examples/select_fields.rst
+++ b/docs/main/usage_cli/common_examples/select_fields.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _select_fields_ex:
diff --git a/docs/main/usage_cli/common_examples/settings.rst b/docs/main/usage_cli/common_examples/settings.rst
index a1b431e..1765629 100644
--- a/docs/main/usage_cli/common_examples/settings.rst
+++ b/docs/main/usage_cli/common_examples/settings.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _settings_ex:
diff --git a/docs/main/usage_cli/common_examples/settings_examples/ex1.rst b/docs/main/usage_cli/common_examples/settings_examples/ex1.rst
index 573d1cb..92f1cef 100644
--- a/docs/main/usage_cli/common_examples/settings_examples/ex1.rst
+++ b/docs/main/usage_cli/common_examples/settings_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Viewing Sections and Sub-Sections
###############################################
diff --git a/docs/main/usage_cli/common_examples/settings_examples/ex2.rst b/docs/main/usage_cli/common_examples/settings_examples/ex2.rst
index 9f62580..3c6cc13 100644
--- a/docs/main/usage_cli/common_examples/settings_examples/ex2.rst
+++ b/docs/main/usage_cli/common_examples/settings_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Viewing Section and Sub-Section Values
###############################################
diff --git a/docs/main/usage_cli/common_examples/settings_examples/ex3.rst b/docs/main/usage_cli/common_examples/settings_examples/ex3.rst
index 88bde7c..21d5184 100644
--- a/docs/main/usage_cli/common_examples/settings_examples/ex3.rst
+++ b/docs/main/usage_cli/common_examples/settings_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Modifying Values
###############################################
diff --git a/docs/main/usage_cli/common_examples/settings_examples/notes.rst b/docs/main/usage_cli/common_examples/settings_examples/notes.rst
index d027349..fc97f2a 100644
--- a/docs/main/usage_cli/common_examples/settings_examples/notes.rst
+++ b/docs/main/usage_cli/common_examples/settings_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/common_options/connection.rst b/docs/main/usage_cli/common_options/connection.rst
index 3c60bfc..1110a07 100644
--- a/docs/main/usage_cli/common_options/connection.rst
+++ b/docs/main/usage_cli/common_options/connection.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _connection_options:
diff --git a/docs/main/usage_cli/common_options/export.rst b/docs/main/usage_cli/common_options/export.rst
index c0597d8..3c3dea1 100644
--- a/docs/main/usage_cli/common_options/export.rst
+++ b/docs/main/usage_cli/common_options/export.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _export_options:
diff --git a/docs/main/usage_cli/common_options/rows.rst b/docs/main/usage_cli/common_options/rows.rst
index 664a0e6..15455dd 100644
--- a/docs/main/usage_cli/common_options/rows.rst
+++ b/docs/main/usage_cli/common_options/rows.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _rows_option:
diff --git a/docs/main/usage_cli/features/aliases.rst b/docs/main/usage_cli/features/aliases.rst
index d57484a..32043b4 100644
--- a/docs/main/usage_cli/features/aliases.rst
+++ b/docs/main/usage_cli/features/aliases.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Command Group Aliases
###############################################
diff --git a/docs/main/usage_cli/features/autocomplete.rst b/docs/main/usage_cli/features/autocomplete.rst
index d80637e..5b9cfc9 100644
--- a/docs/main/usage_cli/features/autocomplete.rst
+++ b/docs/main/usage_cli/features/autocomplete.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Autocompletion
###############################################
diff --git a/docs/main/usage_cli/features/quoting.rst b/docs/main/usage_cli/features/quoting.rst
index 8d7b900..2737f49 100644
--- a/docs/main/usage_cli/features/quoting.rst
+++ b/docs/main/usage_cli/features/quoting.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _shellhell:
diff --git a/docs/main/usage_cli/grp_adapters.rst b/docs/main/usage_cli/grp_adapters.rst
index 15d0120..e4ae3d3 100644
--- a/docs/main/usage_cli/grp_adapters.rst
+++ b/docs/main/usage_cli/grp_adapters.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters
###############################################
diff --git a/docs/main/usage_cli/grp_adapters_cmds/cmd_get.rst b/docs/main/usage_cli/grp_adapters_cmds/cmd_get.rst
index 70f9108..8c3b0ee 100644
--- a/docs/main/usage_cli/grp_adapters_cmds/cmd_get.rst
+++ b/docs/main/usage_cli/grp_adapters_cmds/cmd_get.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters get
###############################################
diff --git a/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex1.rst b/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex1.rst
index 5fa066c..489195f 100644
--- a/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
No filters, json and json-full exports
###############################################
diff --git a/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex_structure.rst b/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex_structure.rst
index d072887..8fd4324 100644
--- a/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex_structure.rst
+++ b/docs/main/usage_cli/grp_adapters_cmds/cmd_get_examples/ex_structure.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _adapter_structure:
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count.rst
index b6534ed..c1a8fcb 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users count
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query.rst
index 88d1635..6fa29fa 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users count-by-saved-query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex1.rst
index fa8e015..8ecad37 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Invalid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex2.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex2.rst
index fbc1054..e43d35c 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Valid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/notes.rst
index 4063b98..26225b1 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_by_saved_query_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex1.rst
index 64065b9..a8e042d 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With No Query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex2.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex2.rst
index a5476dd..c2b3cbe 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With Query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex3.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex3.rst
index 2b1bffe..bdf78b4 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With Query Using File
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/notes.rst
index 3d1aa49..1470ab5 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_count_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get.rst
index 56b7c00..9e70fc9 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id.rst
index 5c4bb9d..5f72cb7 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get-by-id
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/ex1.rst
index 3a1e3b1..79b196c 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Show Default Fields
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/notes.rst
index d7370e3..538f3cf 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_id_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query.rst
index 8c0253f..426a7aa 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get-by-saved-query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex1.rst
index a6e1e87..2777d85 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Invalid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex2.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex2.rst
index 6cb8c6f..523dde5 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Valid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex3.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex3.rst
index 0486d9d..6e0894d 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _tagging_example:
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/notes.rst
index 18e91b4..db7de28 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_by_saved_query_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex1.rst
index 7d81262..4619ed9 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With No Query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex2.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex2.rst
index 6a11f79..4b9899d 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With Query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex3.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex3.rst
index 518714a..5aef46b 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With Query Using File
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex4.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex4.rst
index c79be13..81e0e56 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex4.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
With Query File And All Fields
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/notes.rst
index 56ea579..e1afb87 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields.rst
index 5de7230..a7861e2 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get-fields
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default.rst
index 99cd9c6..9af0d13 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get-fields-default
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/ex1.rst
index 887c002..9b377ed 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Get ALL device data by ID
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/notes.rst
index 6efc37a..4396db0 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_default_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex1.rst
index 76978b2..fd7a51e 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All Adapters And All Fields
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex2.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex2.rst
index dc3f4c0..1847929 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Adapter Regex Filter And All Fields
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex3.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex3.rst
index ea6fb5a..c0f4078 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Adapter Regex Filter And Fields Regex Filter
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex4.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex4.rst
index ead642a..ffd9214 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex4.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All Adapters And Fields Regex Filter
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/notes.rst
index e98b98b..47e1793 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_fields_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags.rst
index d550693..6c886bc 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users get-tags
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/ex1.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/ex1.rst
index 582208f..6ec6624 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Show Current Known Tags
###############################################
diff --git a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/notes.rst b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/notes.rst
index c80f920..8176866 100644
--- a/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_cmds/cmd_get_tags_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add.rst
index d14a827..36ce429 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users saved-query add
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/ex1.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/ex1.rst
index 5f18163..785c9ff 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Create Saved Query
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/notes.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/notes.rst
index c4707c9..1f0c0c5 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_add_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_name.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_name.rst
index 5b5136e..ca0ed04 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_name.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_name.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users saved-query delete-by-name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags.rst
index 000f5cd..7ebff7a 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users saved-query delete-by-tags
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags_examples/ex1.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags_examples/ex1.rst
index d1c89c8..e46df36 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_by_tags_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Invalid Names
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex1.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex1.rst
index 45ca46f..7ecc996 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Invalid Names
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex2.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex2.rst
index 7633c83..3a16218 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Valid Names
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/notes.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/notes.rst
index 665a99a..a89ba89 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_delete_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get.rst
index 8622141..c9a35d9 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users saved-query get
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name.rst
index bf11daf..227d4d1 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices/users saved-query get-by-name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex1.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex1.rst
index be71e7d..1a1d8db 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Invalid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex2.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex2.rst
index 3903469..8c9d11d 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Valid Name
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex3.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex3.rst
index fb0b815..741555d 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Multiple using Regular Expressions
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex4.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex4.rst
index 33e2cc4..07fb315 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex4.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Multiple using NOT
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/notes.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/notes.rst
index bd42c16..bba79f1 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_by_name_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/ex1.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/ex1.rst
index 39b9718..a6d751e 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Get All
###############################################
diff --git a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/notes.rst b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/notes.rst
index 47ff3e2..82e4803 100644
--- a/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/notes.rst
+++ b/docs/main/usage_cli/grp_assets_saved_query_cmds/cmd_get_examples/notes.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Notes
==========================================
diff --git a/docs/main/usage_cli/grp_cnx.rst b/docs/main/usage_cli/grp_cnx.rst
index 8ad7e60..397bc97 100644
--- a/docs/main/usage_cli/grp_cnx.rst
+++ b/docs/main/usage_cli/grp_cnx.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add.rst
index e8dccd9..d070bed 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx add
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex1.rst
index a6959d5..35a6f7a 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Prompt for settings
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex2.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex2.rst
index 2388ed6..50d4b8b 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Command line options for settings
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex3.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex3.rst
index ff5aeac..d47a7ac 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Show the settings needed for a connection in text format
########################################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex4.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex4.rst
index f04730d..fdd0060 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex4.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Show the settings needed for a connection in json format
########################################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json.rst
index 56962ab..df1c935 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx add-from-json
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex1.rst
index 6584d33..2ab587d 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Check only working connections for an adapter
##################################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex2.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex2.rst
index 83271d7..ffee875 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_add_from_json_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Check all connections for an adapter
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_by_id.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_by_id.rst
index 869708f..a2ee29f 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_by_id.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_by_id.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx delete-by-id
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex1.rst
index 349a54a..caabb18 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Delete with no options
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex2.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex2.rst
index a7bf26f..40c08be 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Delete with --force
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex3.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex3.rst
index db1b586..9af9fea 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_delete_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Delete with --force --wait 0 --delete-entities
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get.rst
index 40c64eb..6c28096 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx get
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id.rst
index 976a3bb..06e507e 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx get-by-id
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id_examples/ex1.rst
index 772145f..fbc1c18 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_by_id_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: all connections
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex1.rst
index 772145f..fbc1c18 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: all connections
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex2.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex2.rst
index f12605d..1816fa1 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex2.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex2.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: single connection by invalid ID
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex3.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex3.rst
index cc810ee..c0aecfa 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: all working connections
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex4.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex4.rst
index 6db766b..ed5878a 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex4.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex4.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: all broken connections
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex5.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex5.rst
index 501e38e..2391b98 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex5.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex5.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Single adapter: single connection by valid ID
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex_structure.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex_structure.rst
index 0d99cd6..c76857a 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex_structure.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_get_examples/ex_structure.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _cnx_structure:
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_test.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_test.rst
index e2b6573..8b59d5b 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_test.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_test.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx test
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id.rst
index e6449a5..d6e265e 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
adapters cnx test-by-id
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id_examples/ex1.rst
index 772145f..fbc1c18 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_by_id_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
All adapters: all connections
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex1.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex1.rst
index 2669b90..1ac57f7 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Discover all connections on an adapter
###############################################
diff --git a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex3.rst b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex3.rst
index 540ef7e..92bf2d5 100644
--- a/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex3.rst
+++ b/docs/main/usage_cli/grp_cnx_cmds/cmd_test_examples/ex3.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Discover a single connection on an adapter
###############################################
diff --git a/docs/main/usage_cli/grp_devices.rst b/docs/main/usage_cli/grp_devices.rst
index 5497ca7..d2cd620 100644
--- a/docs/main/usage_cli/grp_devices.rst
+++ b/docs/main/usage_cli/grp_devices.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices
###############################################
diff --git a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_hostname.rst b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_hostname.rst
index f2b3044..9ddb58a 100644
--- a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_hostname.rst
+++ b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_hostname.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices get-by-hostname
###############################################
diff --git a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_ip.rst b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_ip.rst
index c251818..3b64ec1 100644
--- a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_ip.rst
+++ b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_ip.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices get-by-ip
###############################################
diff --git a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_mac.rst b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_mac.rst
index bf88944..9dd7759 100644
--- a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_mac.rst
+++ b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_mac.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices get-by-mac
###############################################
diff --git a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_subnet.rst b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_subnet.rst
index 9b0bb53..794a317 100644
--- a/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_subnet.rst
+++ b/docs/main/usage_cli/grp_devices_cmds/cmd_get_by_subnet.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices get-by-subnet
###############################################
diff --git a/docs/main/usage_cli/grp_devices_saved_query.rst b/docs/main/usage_cli/grp_devices_saved_query.rst
index e1c6e8d..a156bab 100644
--- a/docs/main/usage_cli/grp_devices_saved_query.rst
+++ b/docs/main/usage_cli/grp_devices_saved_query.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
devices saved_query
###############################################
diff --git a/docs/main/usage_cli/grp_tools.rst b/docs/main/usage_cli/grp_tools.rst
index 7ddc999..8cf6eaa 100644
--- a/docs/main/usage_cli/grp_tools.rst
+++ b/docs/main/usage_cli/grp_tools.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
tools
###############################################
diff --git a/docs/main/usage_cli/grp_tools_cmds/cmd_shell.rst b/docs/main/usage_cli/grp_tools_cmds/cmd_shell.rst
index 84a2751..e01e952 100644
--- a/docs/main/usage_cli/grp_tools_cmds/cmd_shell.rst
+++ b/docs/main/usage_cli/grp_tools_cmds/cmd_shell.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
tools shell
###############################################
diff --git a/docs/main/usage_cli/grp_tools_cmds/cmd_shell_examples/ex1.rst b/docs/main/usage_cli/grp_tools_cmds/cmd_shell_examples/ex1.rst
index cadff8a..3459172 100644
--- a/docs/main/usage_cli/grp_tools_cmds/cmd_shell_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_tools_cmds/cmd_shell_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Use interactive python interpreter
###############################################
diff --git a/docs/main/usage_cli/grp_tools_cmds/cmd_write_config.rst b/docs/main/usage_cli/grp_tools_cmds/cmd_write_config.rst
index 34bc124..812c3bf 100644
--- a/docs/main/usage_cli/grp_tools_cmds/cmd_write_config.rst
+++ b/docs/main/usage_cli/grp_tools_cmds/cmd_write_config.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _tools_write_config:
diff --git a/docs/main/usage_cli/grp_tools_cmds/cmd_write_config_examples/ex1.rst b/docs/main/usage_cli/grp_tools_cmds/cmd_write_config_examples/ex1.rst
index de8b59f..eeadbdd 100644
--- a/docs/main/usage_cli/grp_tools_cmds/cmd_write_config_examples/ex1.rst
+++ b/docs/main/usage_cli/grp_tools_cmds/cmd_write_config_examples/ex1.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Prompt for connection info, test connection, write .env file
############################################################
diff --git a/docs/main/usage_cli/grp_users.rst b/docs/main/usage_cli/grp_users.rst
index b338054..d0b3de2 100644
--- a/docs/main/usage_cli/grp_users.rst
+++ b/docs/main/usage_cli/grp_users.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
users
###############################################
diff --git a/docs/main/usage_cli/grp_users_cmds/cmd_get_by_mail.rst b/docs/main/usage_cli/grp_users_cmds/cmd_get_by_mail.rst
index e2dbaa0..662547a 100644
--- a/docs/main/usage_cli/grp_users_cmds/cmd_get_by_mail.rst
+++ b/docs/main/usage_cli/grp_users_cmds/cmd_get_by_mail.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
users get-by-mail
###############################################
diff --git a/docs/main/usage_cli/grp_users_cmds/cmd_get_by_username.rst b/docs/main/usage_cli/grp_users_cmds/cmd_get_by_username.rst
index 005ded6..3337d3d 100644
--- a/docs/main/usage_cli/grp_users_cmds/cmd_get_by_username.rst
+++ b/docs/main/usage_cli/grp_users_cmds/cmd_get_by_username.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
users get-by-username
###############################################
diff --git a/docs/main/usage_cli/grp_users_saved_query.rst b/docs/main/usage_cli/grp_users_saved_query.rst
index 62008be..5ae53d8 100644
--- a/docs/main/usage_cli/grp_users_saved_query.rst
+++ b/docs/main/usage_cli/grp_users_saved_query.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
users saved_query
###############################################
diff --git a/docs/main/usage_cli/quickstart.rst b/docs/main/usage_cli/quickstart.rst
index 97f4ceb..82cdbf3 100644
--- a/docs/main/usage_cli/quickstart.rst
+++ b/docs/main/usage_cli/quickstart.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
.. _cli_quickstart:
diff --git a/docs/main/usage_cli/root.rst b/docs/main/usage_cli/root.rst
index 17c86bb..3497aad 100644
--- a/docs/main/usage_cli/root.rst
+++ b/docs/main/usage_cli/root.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
root
###############################################
diff --git a/docs/main/usage_cli/usage_cli.rst b/docs/main/usage_cli/usage_cli.rst
index 83ac668..3f9511f 100644
--- a/docs/main/usage_cli/usage_cli.rst
+++ b/docs/main/usage_cli/usage_cli.rst
@@ -1,4 +1,5 @@
.. include:: /main/.special.rst
+.. include:: /main/deprecation_banner.rst
Using the Command Line Interface
###############################################