Export entries, taxonomies, terms, or organization users to CSV
npm install @contentstack/cli-cm-export-to-csv@contentstack/cli-cm-export-to-csv
=============
The cm:export-to-csv command allows you to export the following data into a CSV file:
* Multiple stack’s content and structure (schema)
* Organization users’ details
To be able to export the content of a stack, you need to have access to it. Likewise, to export an organization’s user data, you need to be the “owner” or an “admin” user of that organization.
Refer to the Export Content to .CSV file guide to learn more.

sh-session
$ npm install -g @contentstack/cli-cm-export-to-csv
$ csdx COMMAND
running command...
$ csdx (-v|--version|version)
@contentstack/cli-cm-export-to-csv/0.1.0-beta linux-x64 node-v12.18.4
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
...
`
Commands
* csdx cm:export-to-csv$3
Export entries or organization users to csv using this command
`
USAGE
$ csdx cm:export-to-csv
``_See code: src/commands/cm/export-to-csv.js_