Update API report for cli-module-auth
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
```ts
|
||||
import { CliModule } from '@backstage/cli-node';
|
||||
import { getSecretStore } from '@backstage/cli-node';
|
||||
import { HttpInit } from '@backstage/cli-node';
|
||||
import { httpJson } from '@backstage/cli-node';
|
||||
import { SecretStore } from '@backstage/cli-node';
|
||||
@@ -23,7 +22,8 @@ export function getInstanceConfig<T = unknown>(
|
||||
key: string,
|
||||
): Promise<T | undefined>;
|
||||
|
||||
export { getSecretStore };
|
||||
// @public (undocumented)
|
||||
export function getSecretStore(): Promise<SecretStore>;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export function getSelectedInstance(
|
||||
|
||||
Reference in New Issue
Block a user