File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ To setup registry auth use:
5454flb set-auth [token] --path /fleetbase
5555```
5656
57- - ` --path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
57+ - ` -p, - -path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
5858
5959### Scaffolding a Extension
6060
@@ -84,7 +84,7 @@ flb install [extension] --path /fleetbase
8484```
8585
8686- ` [extension] ` : The name of the extension to install.
87- - ` --path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
87+ - ` -p, - -path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
8888
8989### Uninstalling a Extension
9090
@@ -95,7 +95,7 @@ flb uninstall [extension] --path /fleetbase
9595```
9696
9797- ` [extension] ` : The name of the extension to install.
98- - ` --path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
98+ - ` -p, - -path ` : (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
9999
100100### Setting a Custom Registry
101101
You can’t perform that action at this time.
0 commit comments