Skip to content

Releases: awslabs/clencli

Release 0.3.6

14 May 23:53

Choose a tag to compare

CHANGELOG

v0.3.6

  • Fixed render template command on Windows

Release 0.3.5

14 May 14:13

Choose a tag to compare

CHANGELOG

v0.3.5

  • Fixed customization of projects during initialization of a project.
  • Updated documentation.

Release 0.3.4

14 May 11:59

Choose a tag to compare

CHANGELOG

v0.3.4

  • Reduce the amount of information on credentials.yaml and configurations.yaml by removing fields: enabled, created_at, updated_at.

Release 0.3.3

14 May 04:32

Choose a tag to compare

Add changelog.

Release 0.3.2

13 May 00:49

Choose a tag to compare

CHANGELOG

v0.3.2

Fixed bug for Windows where projects couldn't be initialized since the files couldn't be found inside of the CLI.

Release 0.3.1

07 Apr 03:20

Choose a tag to compare

CHANGELOG

v0.3.1

Mainly fix issue #15 .

Release 0.3.0

11 Feb 09:13

Choose a tag to compare

CHANGELOG

v0.3.0

A few bug fixes and a new features added.

Release notes

New features and changes

  • Download photo after render template command.

  • Give the photo's author attribution and link to his profile and Unsplash

Release 0.2.2

11 Feb 09:11

Choose a tag to compare

Release 0.2.2 Pre-release
Pre-release

CHANGELOG

v0.2.2

A few bug fixes and a new features added.

Release 0.2.1

05 Feb 06:18

Choose a tag to compare

Release 0.2.1 Pre-release
Pre-release

CHANGELOG

v0.2.1

A few bug fixes and a new features added.

Release notes

Bugfixes

  • Remove trailing characters from template's database
.. shorten for brevity
usage: |-
  In a polyglot world where a team can choose it's programming language, often this flexibility can spill into chaos as every repo looks different.
  CLENCLI solves this issue by giving developers a quick and easy way to create a standardised repo structure and easily rendering documentation via a YAML file. <whitespace>
.. shorten for brevity

If you had a whitespace in your clencli/readme.yaml and executed clencli render template it would overwrite its original content to conform with YAML format.

New features and changes

  • Download photo from unsplash by ID
$ clencli unsplash --id=jLjfAWwHdB8

A file named unsplash.yaml will be created and placed in the current directory. It contains the response from Unsplash API.
It's useful to give credit to the photo's author and provides information about the photo and the author.

Release v0.2.0

03 Feb 08:59

Choose a tag to compare

Release v0.2.0 Pre-release
Pre-release

CHANGELOG

v0.2.0

A few bug fixes and a new features added.

Release notes

New features and changes

  • Download photo from unsplash by ID
$ clencli unsplash --id=jLjfAWwHdB8

A file named unsplash.yaml will be created and placed in the current directory. It contains the response from Unsplash API.
It's useful to give credit to the photo's author and provides information about the photo and the author.