action-cli-login
action-cli-login copied to clipboard
GitHub action to login to a tenant using CLI for Microsoft 365
Closes #38 --- @pnp/cli-for-microsoft-365-maintainers I've done a rebuild. The new `setup` command appears in my build lib directory, but not in my package dist directory. Any clue why?
Related to: https://github.com/pnp/action-cli-deploy/issues/36
Merging this PR will - Add ESLint rules - Fix ESLint rule violations - Fix package main reference - Update scripts - Update dependencies
See https://github.com/pnp/cli-microsoft365/issues/5611
GitHub recently added support for `node@20` when creating JavaScript based GitHub actions. We should update the action metadata to ensure that we support the latest version of node. [docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v20](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v20)
Closes #22 In this PR: - Adds new option `IDENTITY` to use auth with managed identity. - Rewrote options list from the list to the table and added option type...
If the CLI supports managed identities, so should the GH action. More: https://discord.com/channels/1022486301536178246/1106617196211347516
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Closes #22 With this release it's possible to use the federated identity login flow. This login flow is supported from version 10.5.0 of the CLI for Microsoft 365. It should...