@solazah/solazah-cli 0.2.17 → 0.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.2.18](https://cnb.cool/seayona/solazah/solazah-cli/compare/v0.2.17...v0.2.18) (2026-05-03)
6
+
7
+
8
+ ### Features
9
+
10
+ * **plugin:** enhance create command with additional options and prompts ([e9acde8](https://cnb.cool/seayona/solazah/solazah-cli/commit/e9acde80bdd3732fc896a18639190b12e3a7fa22))
11
+
5
12
  ### [0.2.17](https://cnb.cool/seayona/solazah/solazah-cli/compare/v0.2.16...v0.2.17) (2026-05-02)
6
13
 
7
14
  ### [0.2.16](https://cnb.cool/seayona/solazah/solazah-cli/compare/v0.2.15...v0.2.16) (2026-05-02)
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "solazah-cli": "./index.js"
5
5
  },
6
6
  "type": "module",
7
- "version": "0.2.17",
7
+ "version": "0.2.18",
8
8
  "description": "Solazah CLI - Command line tool for Solazah plugin development",
9
9
  "author": "",
10
10
  "license": "MIT",
@@ -1,3 +0,0 @@
1
- import { CommonOptions } from './shared.js';
2
- export declare function loginCommand(options: CommonOptions): Promise<void>;
3
- //# sourceMappingURL=login.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../../src/commands/account/login.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,aAAa,EAAwB,MAAM,aAAa,CAAC;AAElE,wBAAsB,YAAY,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CA6GxE"}
@@ -1,3 +0,0 @@
1
- import { CommonOptions } from './shared.js';
2
- export declare function logoutCommand(options: CommonOptions): Promise<void>;
3
- //# sourceMappingURL=logout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../../src/commands/account/logout.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAiB,MAAM,aAAa,CAAC;AAE3D,wBAAsB,aAAa,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAwBzE"}
@@ -1,9 +0,0 @@
1
- import { StoredTokens } from '../../utils/auth-storage.js';
2
- import { OidcDiscovery } from '../../utils/oauth-device.js';
3
- export interface CommonOptions {
4
- issuer?: string;
5
- }
6
- export declare const delay: (ms: number) => Promise<void>;
7
- export declare function loadDiscovery(issuer?: string): Promise<OidcDiscovery>;
8
- export declare function ensureValidTokens(discovery: OidcDiscovery, tokens: StoredTokens): Promise<StoredTokens>;
9
- //# sourceMappingURL=shared.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../src/commands/account/shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EACb,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,aAAa,EAEd,MAAM,6BAA6B,CAAC;AAErC,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,KAAK,GAAI,IAAI,MAAM,kBAA4D,CAAC;AAE7F,wBAAgB,aAAa,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAErE;AAED,wBAAsB,iBAAiB,CACrC,SAAS,EAAE,aAAa,EACxB,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,YAAY,CAAC,CAcvB"}
@@ -1,3 +0,0 @@
1
- import { CommonOptions } from './shared.js';
2
- export declare function userinfoCommand(options: CommonOptions): Promise<void>;
3
- //# sourceMappingURL=userinfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userinfo.d.ts","sourceRoot":"","sources":["../../../src/commands/account/userinfo.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAoC,MAAM,aAAa,CAAC;AAE9E,wBAAsB,eAAe,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAmB3E"}
@@ -1,9 +0,0 @@
1
- interface CreatePluginOptions {
2
- name?: string;
3
- dir?: string;
4
- template?: string;
5
- skipInstall?: boolean;
6
- }
7
- export declare function createPluginCommand(options: CreatePluginOptions): Promise<void>;
8
- export {};
9
- //# sourceMappingURL=create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/plugin/create.ts"],"names":[],"mappings":"AAuBA,UAAU,mBAAmB;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAsB,mBAAmB,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC,CAmOrF"}
@@ -1,6 +0,0 @@
1
- interface PackagePluginOptions {
2
- dir?: string;
3
- }
4
- export declare function packagePluginCommand(options: PackagePluginOptions): Promise<void>;
5
- export {};
6
- //# sourceMappingURL=package.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package.d.ts","sourceRoot":"","sources":["../../../src/commands/plugin/package.ts"],"names":[],"mappings":"AASA,UAAU,oBAAoB;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAsID,wBAAsB,oBAAoB,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAgEvF"}
@@ -1,7 +0,0 @@
1
- interface PublishOptions {
2
- file?: string;
3
- dir?: string;
4
- }
5
- export declare function publishPluginCommand(options: PublishOptions): Promise<void>;
6
- export {};
7
- //# sourceMappingURL=publish.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../src/commands/plugin/publish.ts"],"names":[],"mappings":"AAeA,UAAU,cAAc;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAsDD,wBAAsB,oBAAoB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAqEjF"}
@@ -1,6 +0,0 @@
1
- interface ReleaseOptions {
2
- dir?: string;
3
- }
4
- export declare function releasePluginCommand(options: ReleaseOptions): Promise<void>;
5
- export {};
6
- //# sourceMappingURL=release.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"release.d.ts","sourceRoot":"","sources":["../../../src/commands/plugin/release.ts"],"names":[],"mappings":"AAOA,UAAU,cAAc;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,wBAAsB,oBAAoB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAgBjF"}
@@ -1,7 +0,0 @@
1
- interface VersionOptions {
2
- dir?: string;
3
- releaseAs?: string;
4
- }
5
- export declare function versionPluginCommand(options: VersionOptions): Promise<void>;
6
- export {};
7
- //# sourceMappingURL=version.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/commands/plugin/version.ts"],"names":[],"mappings":"AAWA,UAAU,cAAc;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAyFD,wBAAsB,oBAAoB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAgFjF"}
package/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};
3
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}