Skip to content

Commit 2b5f421

Browse files
Merge pull request #234885 from mumian/0418-registry-cache
Add the cache location for mac
2 parents 456bca2 + 3bcb161 commit 2b5f421

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-resource-manager/bicep/bicep-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ The local cache is found in:
193193
/home/<username>/.bicep
194194
```
195195
196+
- On Mac
197+
198+
```path
199+
~/.bicep
200+
```
201+
196202
The `restore` command doesn't refresh the cache if a module is already cached. To fresh the cache, you can either delete the module path from the cache or use the `--force` switch with the `restore` command.
197203
198204
## upgrade

0 commit comments

Comments
 (0)