Skip to content

Commit

Permalink
docs(teams): updated team docs to reflect new MFA workflow for npm te…
Browse files Browse the repository at this point in the history
…am api
  • Loading branch information
Bernard Kitchens committed Mar 13, 2020
1 parent d9a7b30 commit 4ab72b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/cli-commands/npm-team.md
Expand Up @@ -30,6 +30,8 @@ handle permissions for packages.
Teams must always be fully qualified with the organization/scope they belong to
when operating on them, separated by a colon (`:`). That is, if you have a `wombats` team in a `wisdom` organization, you must always refer to that team as `wisdom:wombats` in these commands.

If you have two-factor authentication enabled in `auth-and-writes` mode, then you can provide a code from your authenticator with `[--otp <otpcode>]`. If you don't include this then you will be prompted.

* create / destroy:
Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, <a href="https://docs.npmjs.com/about-developers-team" target="_blank">learn more.</a>
* add / rm:
Expand Down

0 comments on commit 4ab72b6

Please sign in to comment.