Skip to content

Releases: contentful/contentful-cli

v0.15.0

02 Aug 14:15
Compare
Choose a tag to compare
New Features
  • Context: Allow contentfulrc config to live anywhere (#56) (ee5370bd)
  • Guide: We reworked the guide to use our latest starter project using Gatsby
Documentation Changes
Bug Fixes
  • linux: paste uri instead of opening browser window (6eacd86e)
  • guide: Only use setRawMode when it exists on system. (e051c5ad)
  • fix accessToken typo (8aff7e93)
  • Improve error message (edb7cf65)
  • import: Fix host param(#40) (cae287fa)
  • space: Add management-token (0e73a44f)
  • npm: upgrade dependencies and fix related issues (e742ff18)
Build System / Dependencies
  • linux: fix login for linux standalone (f89a3e8c)
  • npm: upgrade dependencies (96a7f3ab)

v0.13.0

18 May 08:12
Compare
Choose a tag to compare

0.11.3 (2018-04-26)

New Features
  • generator: Add Migration generation

v0.11.0

02 May 14:22
Compare
Choose a tag to compare

0.11.3 (2018-04-26)

New Features
  • migration: Update ui extensions to use environment

v0.10.3

25 Apr 14:26
Compare
Choose a tag to compare

0.10.3 (2018-04-25)

New Features
  • migration: Add migration

v0.8.3

30 Jan 13:46
Compare
Choose a tag to compare
Documentation Changes
  • readme: Add support for extensions to description (7ebad6a8)
  • Extensions: add missing overview page and update list docs (#13) (0337a4c0)
Bug Fixes
  • extensions: overwrite src & srcdoc via cmd args (34cd469b)

v0.8.2

26 Jan 10:09
Compare
Choose a tag to compare
Bug Fixes
  • import-export: upgrade to latest versions to fix security issues and faulty output (68e64fea)

v0.8.1

25 Jan 08:43
Compare
Choose a tag to compare
Build System / Dependencies
  • npm: upgrade contentful import & export to latest version (52f7b709)
Chores
  • standalone: remove linux standalone since it causes issues (780ee037)
Documentation Changes
  • help: change epilog copyright year to 2018 (899f434c)
  • README: update coverage badge (99b67e95)
Bug Fixes
  • pagination: list and use commands now list all entities (a0c6ac5a)
  • errors: exit app with status code 1 when assertion fails (bd0d4d6a)
  • extensions:
    • extension update now supports srcdoc (765e88ec)
    • add missing version column to list command (64e0547c)
    • proper src and srcdoc validation (7ef3652a)
    • srcdoc file now gets read from disk (3544af26)
  • build: add node-zip for zipping and use correct path (42e19ed4)

v0.8.0

18 Jan 15:53
Compare
Choose a tag to compare

0.8.0 (2018-01-18)

Build System / Dependencies
  • npm: upgrade sinon to fix security vulnerability (9123ee36)
New Features
Bug Fixes
  • cli: exit process with error code on failure (7734c37c)
  • separators: add default value to max width (1184bb7e)
  • seed: unpacking now waits till tmp folder is created (dce970b7)
Tests
  • integration:
    • fix help output, some options and import output tests (3802d1f9)
    • change env variable naming to avoid conflicts (be7c9b72)
  • unit:
    • make extensions tests work without .contentfulrc.json (bbc2bc1c)
    • linux is case sensitive (6088599e)