murk-cli 0.10.2

Encrypted secrets manager for developers — one file, age encryption, git-friendly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
<!-- Generated by `cargo run --features doc-gen --bin gen-docs` from the clap model and doc-only registry. Do not edit by hand; CI checks it. -->

# murk command reference

This document contains the help content for the `murk` command-line program.

**Command Overview:**

* [`murk`]#murk
* [`murk init`]#murk-init
* [`murk env`]#murk-env
* [`murk restore`]#murk-restore
* [`murk recover`]#murk-recover
* [`murk add`]#murk-add
* [`murk generate`]#murk-generate
* [`murk rotate`]#murk-rotate
* [`murk rm`]#murk-rm
* [`murk get`]#murk-get
* [`murk edit`]#murk-edit
* [`murk ls`]#murk-ls
* [`murk export`]#murk-export
* [`murk import`]#murk-import
* [`murk describe`]#murk-describe
* [`murk info`]#murk-info
* [`murk skeleton`]#murk-skeleton
* [`murk exec`]#murk-exec
* [`murk agent`]#murk-agent
* [`murk agent plan`]#murk-agent-plan
* [`murk agent exec`]#murk-agent-exec
* [`murk agent grant`]#murk-agent-grant
* [`murk agent init`]#murk-agent-init
* [`murk agent ls`]#murk-agent-ls
* [`murk agent revoke`]#murk-agent-revoke
* [`murk agent connect`]#murk-agent-connect
* [`murk agent disconnect`]#murk-agent-disconnect
* [`murk mcp`]#murk-mcp
* [`murk policy`]#murk-policy
* [`murk policy show`]#murk-policy-show
* [`murk policy set`]#murk-policy-set
* [`murk policy clear`]#murk-policy-clear
* [`murk circle`]#murk-circle
* [`murk circle authorize`]#murk-circle-authorize
* [`murk circle revoke`]#murk-circle-revoke
* [`murk group`]#murk-group
* [`murk group create`]#murk-group-create
* [`murk group ls`]#murk-group-ls
* [`murk group add`]#murk-group-add
* [`murk group rm`]#murk-group-rm
* [`murk verify`]#murk-verify
* [`murk doctor`]#murk-doctor
* [`murk scan`]#murk-scan
* [`murk diff`]#murk-diff
* [`murk setup-merge-driver`]#murk-setup-merge-driver
* [`murk completion`]#murk-completion
* [`murk completion generate`]#murk-completion-generate
* [`murk completion install`]#murk-completion-install

## `murk`

Encrypted secrets manager for developers — one file, age encryption, git-friendly

**Usage:** `murk <COMMAND>`

###### **Subcommands:**

* `init` — Initialize a new vault and generate a keypair
* `env` — Write a .envrc for direnv integration
* `restore` — Restore MURK_KEY from a BIP39 recovery phrase
* `recover` — Re-derive recovery phrase from current MURK_KEY
* `add` — Add or update a secret
* `generate` — Generate a random secret and store it
* `rotate` — Rotate secrets with new values
* `rm` — Remove a secret
* `get` — Get a single decrypted value
* `edit` — Edit secrets in $EDITOR
* `ls` — List all key names
* `export` — Export all secrets as shell export statements
* `import` — Import secrets from a .env file
* `describe` — Add or update a key description
* `info` — Show public schema and key info
* `skeleton` — Export schema-only vault with no secrets or recipients
* `exec` — Run a command with secrets injected as environment variables
* `agent` — Agent-oriented commands (schema-only output for AI agent prompts)
* `mcp` — Run an MCP (Model Context Protocol) stdio server for AI agents
* `policy` — Manage the agent access policy
* `circle` — Manage recipients
* `group` — Manage recipient groups
* `verify` — Verify vault integrity without exporting secrets
* `doctor` — Check the surrounding repo for hygiene issues
* `scan` — Scan files for leaked secret values
* `diff` — Show secret changes vs a git ref
* `setup-merge-driver` — Configure git to use murk's merge driver for .murk files
* `completion` — Generate or install shell completions



## `murk init`

Initialize a new vault and generate a keypair

**Usage:** `murk init [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk env`

Write a .envrc for direnv integration

**Usage:** `murk env [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk restore`

Restore MURK_KEY from a BIP39 recovery phrase

**Usage:** `murk restore [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename, for the restored-identity recipient check

  Default value: `.murk`



## `murk recover`

Re-derive recovery phrase from current MURK_KEY

**Usage:** `murk recover`



## `murk add`

Add or update a secret

**Usage:** `murk add [OPTIONS] <KEY>`

###### **Arguments:**

* `<KEY>` — Secret key name

###### **Options:**

* `--desc <DESC>` — Description for this key
* `--group <GROUP>` — Who can read it: a group name, `everyone` (default), or `me`
* `--tag <TAG>` — Tag for grouping (repeatable)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk generate`

Generate a random secret and store it

**Usage:** `murk generate [OPTIONS] <KEY>`

###### **Arguments:**

* `<KEY>` — Secret key name

###### **Options:**

* `--length <LENGTH>` — Length in bytes (default 32)

  Default value: `32`
* `--hex` — Output as hex instead of base64
* `--desc <DESC>` — Description for this key
* `--group <GROUP>` — Who can read it: a group name, `everyone` (default), or `me`
* `--tag <TAG>` — Tag for grouping (repeatable)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk rotate`

Rotate secrets with new values

**Usage:** `murk rotate [OPTIONS] [KEY]`

###### **Arguments:**

* `<KEY>` — Secret key name (omit for --all)

###### **Options:**

* `--all` — Rotate all secrets in the vault
* `--generate` — Generate random values instead of prompting
* `--length <LENGTH>` — Length in bytes for generated values (default 32)

  Default value: `32`
* `--hex` — Output generated values as hex instead of base64
* `--list` — List keys needing rotation instead of rotating (exits 1 if any)
* `--json` — Output the listing as JSON (with --list; always exits 0)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk rm`

Remove a secret

**Usage:** `murk rm [OPTIONS] <KEY>`

###### **Arguments:**

* `<KEY>` — Secret key name

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk get`

Get a single decrypted value

**Usage:** `murk get [OPTIONS] <KEY>`

###### **Arguments:**

* `<KEY>` — Secret key name

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk edit`

Edit secrets in $EDITOR

**Usage:** `murk edit [OPTIONS] [KEY]`

###### **Arguments:**

* `<KEY>` — Edit a single key (omit to edit all)

###### **Options:**

* `--scoped` — Edit scoped overrides instead of shared secrets
* `--group <GROUP>` — Edit values for this group instead of shared secrets
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk ls`

List all key names

**Usage:** `murk ls [OPTIONS]`

###### **Options:**

* `--tag <TAG>` — Filter by tag (repeatable)
* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk export`

Export all secrets as shell export statements

**Usage:** `murk export [OPTIONS]`

###### **Options:**

* `--tag <TAG>` — Filter by tag (repeatable)
* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk import`

Import secrets from a .env file

**Usage:** `murk import [OPTIONS] [FILE]`

###### **Arguments:**

* `<FILE>` — Path to the .env file to import

  Default value: `.env`

###### **Options:**

* `--force` — Overwrite existing secrets without prompting
* `--group <GROUP>` — Assign imported secrets to this group (default: everyone)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk describe`

Add or update a key description

**Usage:** `murk describe [OPTIONS] <KEY> <DESCRIPTION>`

###### **Arguments:**

* `<KEY>` — Secret key name
* `<DESCRIPTION>` — Description text

###### **Options:**

* `--example <EXAMPLE>` — Example value
* `--tag <TAG>` — Tag for grouping (repeatable, replaces existing tags)
* `--rotate-every <DAYS>` — Rotation interval, e.g. `90d` or `90` (days); `never` clears it
* `--expires <DATE>` — Hard expiry date, e.g. `2026-09-01`; `never` clears it
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk info`

Show public schema and key info

**Usage:** `murk info [OPTIONS]`

###### **Options:**

* `--tag <TAG>` — Filter by tag (repeatable)
* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk skeleton`

Export schema-only vault with no secrets or recipients

**Usage:** `murk skeleton [OPTIONS]`

###### **Options:**

* `-o`, `--output <OUTPUT>` — Output file (prints to stdout if omitted)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk exec`

Run a command with secrets injected as environment variables

**Usage:** `murk exec [OPTIONS] <COMMAND>...`

###### **Arguments:**

* `<COMMAND>` — Command and arguments to execute

###### **Options:**

* `--only <ONLY>` — Only inject these specific keys (repeatable)
* `--tag <TAG>` — Filter by tag (repeatable)
* `--clean-env` — Strip inherited environment (only murk secrets + PATH)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent`

Agent-oriented commands (schema-only output for AI agent prompts)

**Usage:** `murk agent <COMMAND>`

###### **Subcommands:**

* `plan` — Emit schema-only context safe to paste into an AI agent prompt
* `exec` — Run a command with strict agent-safe defaults (clears the inherited environment, strips MURK_KEY, requires --only)
* `grant` — Mint a short-lived ephemeral key that can read only the named secrets
* `init` — One-shot onboarding: optionally set the agent allow-list, mint a scoped grant, and print how to run the agent safely
* `ls` — List active agent grants and their TTLs
* `revoke` — Revoke an agent grant and rotate the keys it could read
* `connect` — Wire `murk mcp` into an AI editor's MCP config, minting a scoped grant. No CLIENT auto-detects installed editors; give one (claude, cursor, vscode, zed, gemini, omp, codex) to target it
* `disconnect` — Remove murk's entry from an AI editor's MCP config. No CLIENT clears every configured editor; `--rotate` also revokes the grant and rotates its keys



## `murk agent plan`

Emit schema-only context safe to paste into an AI agent prompt

**Usage:** `murk agent plan [OPTIONS]`

###### **Options:**

* `--tag <TAG>` — Filter by tag (repeatable)
* `--json` — Output as JSON
* `-o`, `--output <OUTPUT>` — Output file (prints to stdout if omitted)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent exec`

Run a command with strict agent-safe defaults (clears the inherited environment, strips MURK_KEY, requires --only)

**Usage:** `murk agent exec [OPTIONS] --only <ONLY> <COMMAND>...`

###### **Arguments:**

* `<COMMAND>` — Command and arguments to execute

###### **Options:**

* `--only <ONLY>` — Inject these specific keys (required — agent mode fails closed)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent grant`

Mint a short-lived ephemeral key that can read only the named secrets

**Usage:** `murk agent grant [OPTIONS] --name <NAME> --only <ONLY>`

###### **Options:**

* `--name <NAME>` — Grant name (used to revoke it later)
* `--only <ONLY>` — Keys this grant can read (required — fails closed)
* `--ttl <TTL>` — Time to live, e.g. 30m, 2h, 7d (advisory — see `agent revoke`)

  Default value: `2h`
* `--out <OUT>` — Where to write the agent key: a path, or `-` for stdout
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent init`

One-shot onboarding: optionally set the agent allow-list, mint a scoped grant, and print how to run the agent safely

**Usage:** `murk agent init [OPTIONS] --name <NAME> --only <ONLY>`

###### **Options:**

* `--name <NAME>` — Grant name (used to revoke it later)
* `--only <ONLY>` — Keys the agent can read (required — fails closed)
* `--allow-tag <ALLOW_TAG>` — Set the agent allow-list to these tags before granting (repeatable)
* `--ttl <TTL>` — Time to live, e.g. 30m, 2h, 7d (advisory — see `agent revoke`)

  Default value: `2h`
* `--out <OUT>` — Where to write the agent key: a path, or `-` for stdout
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent ls`

List active agent grants and their TTLs

**Usage:** `murk agent ls [OPTIONS]`

###### **Options:**

* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent revoke`

Revoke an agent grant and rotate the keys it could read

**Usage:** `murk agent revoke [OPTIONS] <NAME>`

###### **Arguments:**

* `<NAME>` — Grant name

###### **Options:**

* `--rotate` — Rotate the keys it could read in the same session
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent connect`

Wire `murk mcp` into an AI editor's MCP config, minting a scoped grant. No CLIENT auto-detects installed editors; give one (claude, cursor, vscode, zed, gemini, omp, codex) to target it

**Usage:** `murk agent connect [OPTIONS] --only <ONLY> [CLIENT]`

###### **Arguments:**

* `<CLIENT>` — Editor to configure; omit to auto-detect (claude, cursor, vscode, zed, gemini, omp, codex)

###### **Options:**

* `--only <ONLY>` — Keys the agent may read (required — fails closed)
* `--allow-tag <ALLOW_TAG>` — Set the agent allow-list to these tags before granting (repeatable)
* `--allow-exec` — Also expose `murk agent exec` to the agent (adds --allow-exec)
* `--ttl <TTL>` — Grant time to live, e.g. 30m, 2h, 7d (advisory — see `agent revoke`)

  Default value: `2h`
* `--name <NAME>` — Grant name (used to disconnect/revoke it later)

  Default value: `mcp`
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk agent disconnect`

Remove murk's entry from an AI editor's MCP config. No CLIENT clears every configured editor; `--rotate` also revokes the grant and rotates its keys

**Usage:** `murk agent disconnect [OPTIONS] [CLIENT]`

###### **Arguments:**

* `<CLIENT>` — Editor to disconnect; omit for every configured editor

###### **Options:**

* `--rotate` — Revoke the grant and rotate the keys it could read
* `--name <NAME>` — Grant name to revoke with --rotate

  Default value: `mcp`
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk mcp`

Run an MCP (Model Context Protocol) stdio server for AI agents

**Usage:** `murk mcp [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`
* `--allow-exec` — Enable the murk_exec tool (run commands with scoped secrets injected). Off by default: it runs arbitrary commands as this user — the injected secrets are grant-scoped, but the command itself is not sandboxed



## `murk policy`

Manage the agent access policy

**Usage:** `murk policy <COMMAND>`

###### **Subcommands:**

* `show` — Show the agent access policy (works without a key)
* `set` — Set the agent allow-list: agents may only receive secrets carrying one of these tags
* `clear` — Remove the policy — agent mode becomes unrestricted again



## `murk policy show`

Show the agent access policy (works without a key)

**Usage:** `murk policy show [OPTIONS]`

###### **Options:**

* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk policy set`

Set the agent allow-list: agents may only receive secrets carrying one of these tags

**Usage:** `murk policy set [OPTIONS] --allow-tag <ALLOW_TAG>`

###### **Options:**

* `--allow-tag <ALLOW_TAG>` — Tag agents are allowed to receive (repeatable, required)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk policy clear`

Remove the policy — agent mode becomes unrestricted again

**Usage:** `murk policy clear [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk circle`

Manage recipients

**Usage:** `murk circle [OPTIONS] [COMMAND]`

###### **Subcommands:**

* `authorize` — Add a recipient to the vault
* `revoke` — Remove a recipient from the vault

###### **Options:**

* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk circle authorize`

Add a recipient to the vault

**Usage:** `murk circle authorize [OPTIONS] <PUBKEY>`

###### **Arguments:**

* `<PUBKEY>` — Public key (age1...), ssh:path, ssh: (default ~/.ssh/id_ed25519.pub), or github:username

###### **Options:**

* `--name <NAME>` — Display name for this recipient
* `--group <GROUP>` — Also add the new recipient to this group
* `--force` — Accept changed GitHub keys without confirmation
* `--allow-ssh-rsa` — Allow ssh-rsa recipients (rejected by default — use ed25519)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk circle revoke`

Remove a recipient from the vault

**Usage:** `murk circle revoke [OPTIONS] <RECIPIENT>`

###### **Arguments:**

* `<RECIPIENT>` — Recipient pubkey or display name

###### **Options:**

* `--rotate` — Rotate the secrets they had access to in the same session
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk group`

Manage recipient groups

**Usage:** `murk group <COMMAND>`

###### **Subcommands:**

* `create` — Create a new recipient group (you become its first member)
* `ls` — List groups and their members
* `add` — Add a member to a group
* `rm` — Remove a member from a group, or delete the group entirely



## `murk group create`

Create a new recipient group (you become its first member)

**Usage:** `murk group create [OPTIONS] <NAME>`

###### **Arguments:**

* `<NAME>` — Group name

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk group ls`

List groups and their members

**Usage:** `murk group ls [OPTIONS]`

###### **Options:**

* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk group add`

Add a member to a group

**Usage:** `murk group add [OPTIONS] --member <MEMBER> <NAME>`

###### **Arguments:**

* `<NAME>` — Group name

###### **Options:**

* `--member <MEMBER>` — Recipient pubkey or display name to add
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk group rm`

Remove a member from a group, or delete the group entirely

**Usage:** `murk group rm [OPTIONS] <NAME>`

###### **Arguments:**

* `<NAME>` — Group name

###### **Options:**

* `--member <MEMBER>` — Recipient pubkey or display name to remove (omit to delete the group)
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk verify`

Verify vault integrity without exporting secrets

**Usage:** `murk verify [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk doctor`

Check the surrounding repo for hygiene issues

**Usage:** `murk doctor [OPTIONS]`

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk scan`

Scan files for leaked secret values

**Usage:** `murk scan [OPTIONS] [PATHS]...`

###### **Arguments:**

* `<PATHS>` — Files or directories to scan (defaults to current directory)

###### **Options:**

* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk diff`

Show secret changes vs a git ref

**Usage:** `murk diff [OPTIONS] [GIT_REF]`

###### **Arguments:**

* `<GIT_REF>` — Git ref to compare against

  Default value: `HEAD`

###### **Options:**

* `--show-values` — Show actual values (not just key names)
* `--json` — Output as JSON
* `--vault <VAULT>` — Vault filename

  Default value: `.murk`



## `murk setup-merge-driver`

Configure git to use murk's merge driver for .murk files

**Usage:** `murk setup-merge-driver`



## `murk completion`

Generate or install shell completions

**Usage:** `murk completion <COMMAND>`

###### **Subcommands:**

* `generate` — Print completions to stdout
* `install` — Install completions to the standard path



## `murk completion generate`

Print completions to stdout

**Usage:** `murk completion generate <SHELL>`

###### **Arguments:**

* `<SHELL>` — Shell to generate completions for

  Possible values: `bash`, `elvish`, `fish`, `powershell`, `zsh`




## `murk completion install`

Install completions to the standard path

**Usage:** `murk completion install <SHELL>`

###### **Arguments:**

* `<SHELL>` — Shell to install completions for

  Possible values: `bash`, `elvish`, `fish`, `powershell`, `zsh`