Skip to content

Commit aaca0bf

Browse files
chrstnbjakemac53adamfweidman
authored
Patch #10628 and #10514 into v0.8.0 preview (#10646)
Co-authored-by: Jacob MacDonald <jakemac@google.com> Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com>
1 parent 97f8268 commit aaca0bf

10 files changed

Lines changed: 709 additions & 132 deletions

File tree

docs/extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note that all of these commands will only be reflected in active CLI sessions on
1414

1515
### Installing an extension
1616

17-
You can install an extension using `gemini extensions install` with either a GitHub URL source or `--path=some/local/path`.
17+
You can install an extension using `gemini extensions install` with either a GitHub URL or a local path`.
1818

1919
Note that we create a copy of the installed extension, so you will need to run `gemini extensions update` to pull in changes from both locally-defined extensions and those on GitHub.
2020

integration-tests/extensions-install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test('installs a local extension, verifies a command, and updates it', async ()
3131
}
3232

3333
const result = await rig.runCommand(
34-
['extensions', 'install', `--path=${rig.testDir!}`],
34+
['extensions', 'install', `${rig.testDir!}`],
3535
{ stdin: 'y\n' },
3636
);
3737
expect(result).toContain('test-extension');

0 commit comments

Comments
 (0)