1.0.3 • Published 9 months ago

@adinsure-ops/ops-cli-auth-cjs-library v1.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
9 months ago

Ops Cli Auth CJS Library

Ops CLI auth library as a CJS module. Meant to be used as a standalone library unit.

For documentation visit ops-cli documentation under the login command.

The main function the library exposes is login:

/**
 * Performs a login operation to Azure with various options.
 * 
 * @param deviceFlow - If true, authenticates using device flow. Defaults to false.
 * @param npm - If true, also registers for npm. Defaults to false.
 * @param skipCI - If provided, skips login if the specified environment variable is set.
 * @param force - If true, forces a change of login token. Defaults to false.
 * 
 * @returns {Promise<void>}
 */
async function login(
    deviceFlow = false,
    npm = false,
    skipCI: string,
    force = false
): Promise<void> {
    //...
}
1.0.3

9 months ago

1.0.2

11 months ago

1.0.2-rc6

11 months ago

1.0.2-rc5

11 months ago

1.0.2-rc4

11 months ago

1.0.2-rc3

11 months ago

1.0.2-rc2

11 months ago

1.0.2-rc1

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago