cut 1.0.19
See the version list below for details.
dotnet tool install --global cut --version 1.0.19
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local cut --version 1.0.19
#tool dotnet:?package=cut&version=1.0.19
nuke :add-package cut --version 1.0.19
Contentful Update Tool
Introduction
cut is a stand-alone cross-platform command line interface (CLI) that allows bulk downloads, editing and uploads to and from a Contentful space and supports the following :-
- CSV - Contentful → Comma delimeted files → Contentful
- TSV - Contentful → Tab delimeted files → Contentful
- Excel - Contentful → Excel xlsx workbook → Contentful
- Json - Contentful → Json → Contentful
- Yaml - Contentful → Yaml → Contentful
Contentful is a headless content management system (CMS) that allows teams to store, manage and retrieve content for websites and apps.
Installation
Firstly, make sure you have the Dotnet SDK 8.0 package installed.
For windows (cmd or powershell):
winget install Microsoft.DotNet.SDK.8
Or, on linux and iOS
sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0
Then:
On windows you may have to close and re-open the command line propt (or Windows Terminal).
Install the cut cli by typing.
dotnet tool install -g cut
To test whether the installation worked
Simply type
cut
This will display the cut help. You are ready to go! 🚀
Getting Help
cut --help
Logging into Contentful
cut auth
Display space summary
cut info
Downloading data
The default format is 'excel' so the following is equivelent.
cut download --content-type <contentType>
cut download --content-type <contentType> --format excel
For comma seperated values:
cut download --content-type <contentType> --format csv
For tab seperated values:
cut download --content-type <contentType> --format tsv
For json output:
cut download --content-type <contentType> --format json
For downloading to Yaml:
cut download --content-type <contentType> --format yaml
Uploading/synchronizing data
This feature will be coming soon
For generating Javascript or Dotnet types
This feature will be coming soon...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.25 | 114 | 6/13/2024 | |
1.0.24 | 88 | 6/10/2024 | |
1.0.23 | 94 | 6/7/2024 | |
1.0.22 | 93 | 6/7/2024 | |
1.0.19 | 116 | 6/6/2024 | |
1.0.18 | 87 | 6/5/2024 | |
1.0.17 | 96 | 6/1/2024 | |
1.0.16 | 96 | 6/1/2024 | |
1.0.15 | 99 | 6/1/2024 | |
1.0.14 | 83 | 5/31/2024 | |
1.0.13 | 102 | 5/28/2024 | |
1.0.12 | 87 | 5/27/2024 | |
1.0.11 | 94 | 5/27/2024 | |
1.0.10 | 103 | 5/27/2024 | |
1.0.9 | 103 | 5/27/2024 | |
1.0.7 | 83 | 5/27/2024 | |
1.0.6 | 86 | 5/27/2024 | |
1.0.5 | 99 | 5/27/2024 | |
1.0.4 | 107 | 5/25/2024 | |
1.0.3 | 118 | 5/25/2024 | |
1.0.2 | 114 | 5/25/2024 | |
1.0.0 | 102 | 5/25/2024 |