Skip to content

Commit

Permalink
doc: help and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Jan 5, 2024
1 parent b17a45c commit a07d311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"},
]
Expand Down
3 changes: 2 additions & 1 deletion src/ca_pwt/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a07d311

Please sign in to comment.