diff --git a/pyproject.toml b/pyproject.toml index 0936c0c..45e9fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = 'CA-PowerToys is a set of tools to help you manage Conditional Acc readme = "README.md" requires-python = ">=3.7" license = "MIT" -keywords = ["azure", "entraid", "conditional-access", "policies", "azure-ad", "microsoft"] +keywords = ["azure", "entraid", "conditional-access", "policies", "azure-ad", "microsoft", "policy-as-code"] authors = [ { name = "0x6f677546 (Hugo Batista)"}, ] diff --git a/src/ca_pwt/app.py b/src/ca_pwt/app.py index f6eb94d..3dce53d 100644 --- a/src/ca_pwt/app.py +++ b/src/ca_pwt/app.py @@ -21,7 +21,8 @@ help="A set of tools designed to streamline the management of Conditional Access policies in Entra ID. " "These tools specialize in importing and exporting CA policies and groups, optimizing files for human and machine " "readability as needed. Additionally, they facilitate the removal of extraneous attributes for smoother " - "editing workflows, and facilitate a devops-like workflow for managing CA policies.", + "editing workflows, and facilitate a devops-like workflow for managing CA policies, facilitating a Policy as Code " + "workflow.", ) @click.option( "--log_level",