New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cognito-export-users

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cognito-export-users

CLI for exporting AWS Cogntito Users

2.0.0
latest
Source
npm
Version published
Weekly downloads
12
1100%
Maintainers
1
Weekly downloads
 
Created
Source

cognito-export-users

Install

npm install -g cognito-export-users

Usage

cognito-export-users <user-pool-id> <options>
    
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY can be specified in env variables or ~/.aws/credentials

Options
  --file File name to export/import single pool users to (defaults to user-pool-id.json)
  --dir Path to export all pools, all users to (defaults to current dir)
      

Examples

cognito-export-users eu-west-1_1_12345
cognito-export-users eu-west-1_1_12345 --file mypool.json
cognito-export-users eu-west-1_1_12345 --dir output

FAQs

Package last updated on 03 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts