File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Available Commands:
1515 install Synchronize rules directory with rules.json
1616 login Authenticate with the registry service
1717 logout Log out from the registry service
18- publish Publish a rule file to the registry
18+ publish Publish a rule package to the registry
1919 remove Remove a rule from the ruleset
2020 render Render rules to a specific format
2121 whoami Display information about the currently authenticated user
Original file line number Diff line number Diff line change 1- This will remove all existing rules in '.rules' and reinstall them from rules.json.
2- Continue? (y/N): Installation cancelled.
1+ Removing existing rules from '.rules'...
2+ Installing rules from rules.json...
3+ No rules found in rules.json.
Original file line number Diff line number Diff line change 44
55Examples:
66 rules remove vercel/nextjs
7- rules remove redis --delete
8- rules remove workos/authkit-nextjs --delete --force
9- rules remove gh:owner/repo --delete
7+ rules remove redis
8+ rules remove workos/authkit-nextjs
9+ rules remove gh:owner/repo
1010
1111Flags:
12- --delete Also delete rule files from disk
13- --force Skip confirmation prompts
14- -h, --help help for remove
12+ -h, --help help for remove
1513
1614Global Flags:
1715 --config string config file (default is $HOME/.rules-cli/rules-cli.yaml)
You can’t perform that action at this time.
0 commit comments