learn-auth-sdk 0.3.0 → 0.3.1
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/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -307,7 +307,7 @@ async function deployCommand() {
|
|
|
307
307
|
|
|
308
308
|
// src/cli/index.ts
|
|
309
309
|
var program = new Command();
|
|
310
|
-
program.name("learn-auth").description("CLI tool for managing Auth settings").version("0.3.
|
|
310
|
+
program.name("learn-auth").description("CLI tool for managing Auth settings").version("0.3.1");
|
|
311
311
|
program.command("login").description("Authenticate with Learn Auth via browser").option("--base-url <url>", "Custom base URL for API").action(async (options) => {
|
|
312
312
|
await loginCommand(options);
|
|
313
313
|
});
|