Skip to content

Commit 608195a

Browse files
committed
update golden files
1 parent 338478a commit 608195a

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

tests/golden/h/help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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.

tests/golden/remove/dne.golden

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ Usage:
44

55
Examples:
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

1111
Flags:
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

1614
Global Flags:
1715
--config string config file (default is $HOME/.rules-cli/rules-cli.yaml)

0 commit comments

Comments
 (0)