diff --git a/README.md b/README.md
index 2203057b..b99194d1 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 83af72f9..afe5b83c 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 9ec0a7c6..d1b8ac72 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 1149de64..0b066a07 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 f291678f..c53e5c79 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 00000000..5c203f9b
--- /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 9df93aed..8df8017e 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 c5f97cc3..adeb2d3c 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 075222d5..8212d0bc 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 44e0c4cd..97e32c08 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 30f4699d..91160311 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 362ffe00..4012fb0d 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 4e53e8cf..1bbf6c65 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 6f5df4ee..82c49cf9 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 1e92f0d4..13b507e3 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 54b309bd..95310c0c 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 1790f10e..7a5d0a81 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 3e81af2e..38afa87c 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 60cd5278..9c6bcc90 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 318b6368..5f60fcfd 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 c0cded73..fafe5212 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 7e5d3335..c182a2ba 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 177ff90b..18b91511 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 a1766a10..fa6b1d06 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 e5238d68..c79ebfe8 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 ce4ef4d4..74a85a55 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 6cc6ccf6..fb3e8874 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 7586b845..642bbb4b 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 da78708e..85e4cc19 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 5c7fcbb0..6902a287 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 374bd029..98d712dc 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 09e6fb0b..b28039a7 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 a9d83dcc..1abad282 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 6b363df5..dd287310 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 d18e8e71..f0fb19b8 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 c4da6829..322e4ca6 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 e3dd86f5..da22026b 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 12d7f300..df9f63b5 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 ecc360fd..265ec198 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 b9fed1d7..03c82ddd 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 6aae0d7f..d8a06903 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 7aa35f75..be519b87 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 b0d12f5f..2db3be66 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 594dfe06..b472f97e 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 83b8c49e..0c4a587a 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 26da420d..2ffb190e 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 97757ed6..283b9cd7 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 51bef6b4..32742f82 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 b7cc7129..43753fd5 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 7d3091f7..0f8744ed 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 7a124bba..5d5ee2bc 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 2d90dc14..710275b9 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 6e0923d4..1538dcfc 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 db5a7a71..f492a935 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 45dcf6ab..eefd6a9a 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 8f473450..a71cfbc2 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 09528db9..b36ed091 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 d3bce0b2..6ede0e77 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 e6248315..8b223bca 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 c5b30386..cafcea5c 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 65abe78f..d0edb1d6 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 5d0c8a67..ac8522bc 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 39031cdf..8f932fe6 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 b6395854..b81dfb5c 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 581788d0..0ff842e2 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 ceff8b2d..eaa28962 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 3c467294..436dc69a 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 7ce74269..4dd9bf2c 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 ed41a3bb..b7245995 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 6fd6a244..100868c2 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 d734e6b1..3eeae7d4 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 3f557de8..999018fa 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 6583b0a5..44d8b03f 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 d23da8d8..eab999b0 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 1e3d3529..871d08dc 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 e02f0e93..bcc63d3a 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 9d281be8..a04dc0d4 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 ce18808e..abad6734 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 c174a97d..2b04bce5 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 bc609e3b..f854bf32 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 964e0d78..dc6d5f05 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 9f24c59b..2c5620c0 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 d4f37bae..a8eea4fb 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 dde9462e..98ef8874 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 8f27409e..0c6eda1e 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 d86b1db8..4e5bc5b6 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 2d003e84..71987177 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 6efd6209..c69417bc 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 4edc0d41..7dba8286 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 fd232e8e..864ca47b 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 48122f7c..2e8afbd1 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 f302b278..7afce0b2 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 47c25ded..a67d5bfc 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 5217c8e8..cf6513ca 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 f1f0d1ea..13118ea5 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 c40e7e1a..8584d5c3 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 a1b431ea..1765629c 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 573d1cbf..92f1cef1 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 9f625804..3c6cc13c 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 88bde7c5..21d5184e 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 d0273498..fc97f2a3 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 3c60bfc7..1110a07e 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 c0597d8f..3c3dea11 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 664a0e61..15455dd2 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 d57484a9..32043b42 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 d80637e0..5b9cfc9b 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 8d7b9005..2737f49a 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 15d0120f..e4ae3d31 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 70f91085..8c3b0eed 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 5fa066c4..489195fe 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 d0728872..8fd43248 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 b6534ed0..c1a8fcb8 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 88d16358..6fa29fad 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 fa8e015a..8ecad37b 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 fbc1054d..e43d35c0 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 4063b986..26225b12 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 64065b92..a8e042d6 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 a5476dd2..c2b3cbee 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 2b1bffe3..bdf78b48 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 3d1aa496..1470ab5b 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 56b7c009..9e70fc94 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 5c4bb9d1..5f72cb7b 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 3a1e3b12..79b196c2 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 d7370e33..538f3cf3 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 8c0253f2..426a7aa1 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 a6e1e879..2777d851 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 6cb8c6fd..523dde53 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 0486d9d2..6e0894dd 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 18e91b43..db7de283 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 7d81262a..4619ed93 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 6a11f791..4b9899d4 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 518714a7..5aef46b1 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 c79be132..81e0e56b 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 56ea579e..e1afb87a 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 5de72301..a7861e22 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 99cd9c60..9af0d139 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 887c0029..9b377ed9 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 6efc37aa..4396db05 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 76978b29..fd7a51e8 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 dc3f4c06..18479292 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 ea6fb5a3..c0f4078b 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 ead642a3..ffd92142 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 e98b98b6..47e17933 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 d550693b..6c886bcf 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 582208f5..6ec6624c 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 c80f9206..8176866f 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 d14a8274..36ce4290 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 5f181631..785c9ff1 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 c4707c9b..1f0c0c51 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 5b5136e4..ca0ed040 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 000f5cd2..7ebff7a2 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 d1c89c8b..e46df367 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 45ca46f3..7ecc996b 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 7633c835..3a16218b 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 665a99a6..a89ba891 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 8622141b..c9a35d98 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 bf11dafb..227d4d18 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 be71e7d5..1a1d8dbd 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 39034694..8c9d11da 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 fb0b8152..741555d8 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 33e2cc40..07fb3157 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 bd42c161..bba79f11 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 39b9718a..a6d751e0 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 47ff3e29..82e4803f 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 8ad7e60e..397bc975 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 e8dccd90..d070bed7 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 a6959d5d..35a6f7a7 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 2388ed6b..50d4b8b9 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 ff5aeacc..d47a7ac9 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 f04730d6..fdd00600 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 56962ab4..df1c9357 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 6584d330..2ab587db 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 83271d76..ffee8755 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 869708ff..a2ee29f0 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 349a54a9..caabb18f 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 a7bf26fb..40c08be8 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 db1b586d..9af9fea4 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 40c64ebb..6c280963 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 976a3bb0..06e507e3 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 772145fe..fbc1c182 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 772145fe..fbc1c182 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 f12605d8..1816fa1f 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 cc810ee6..c0aecfa0 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 6db766bb..ed5878a0 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 501e38ee..2391b989 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 0d99cd6f..c76857ad 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 e2b6573f..8b59d5be 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 e6449a56..d6e265e3 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 772145fe..fbc1c182 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 2669b904..1ac57f70 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 540ef7e6..92bf2d52 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 5497ca79..d2cd6209 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 f2b3044f..9ddb58a0 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 c251818a..3b64ec12 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 bf889440..9dd77595 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 9b0bb531..794a3175 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 e1c6e8d4..a156babc 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 7ddc9998..8cf6eaa7 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 84a27517..e01e9522 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 cadff8a3..34591729 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 34bc1247..812c3bf8 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 de8b59f2..eeadbdda 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 b3380541..d0b3de20 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 e2dbaa0e..662547a2 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 005ded6c..3337d3df 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 62008beb..5ae53d89 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 97f4ceb8..82cdbf37 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 17c86bbb..3497aade 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 83ac668f..3f9511f8 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
###############################################