Skip to content

Releases: rsm-hcd/AndcultureCode.Cli

v3.0.0-beta.1 Upgrade to Node 14

18 Aug 19:04
Compare
Choose a tag to compare

v3.0.0-beta.1 Release

Release notes

  • Upgrades project to use Node 14+
  • Additionally adds --watch option for dotnet-test command

Known issues

#79 dotnet-test command watch support
#162 Upgrade node requirement to v14 LTS

Contributors

@myty
@brandongregoryscott

v2.8.0

01 Jul 18:21
Compare
Choose a tag to compare

v2.8.0 Release

Release notes

Extends the and-cli nuget --publish command to optionally run git commands (add, commit and push) to ensure cs/csproj file changes are updated in git during nuget publishing process.

Known issues

#37 Extend nuget --publish command to offer to run git commands when successful

Contributors

@brandongregoryscott

v2.7.2

09 Jun 14:48
Compare
Choose a tag to compare

v2.7.2 Release

Release notes

Fixes a bug with the install command where multiple and-cli-dev aliases might be added to the user's bash file.

Known issues

#136 Install command: Skip dev alias if already exists
#202 Bump ws from 7.2.3 to 7.4.6

Contributors

@brandongregoryscott

v2.7.1

20 May 16:38
Compare
Choose a tag to compare

v2.7.1 Release

Release notes

Maintenance release to fix the new list command only showing parents and no options. Additionally, it should support use with plugin CLIs.

Known issues

#199 List command only shows parents and no options

Contributors

@brandongregoryscott

v2.7.0

11 May 12:41
Compare
Choose a tag to compare

v2.7.0 Release

Release notes

Adds new list command for listing out all commands and options for the CLI recursively. Bumps a few dependency versions.

Known issues

#132 Utility command for recursively listing commands & options
#197 Bump hosted-git-info from 2.8.8 to 2.8.9
#192 Bump underscore from 1.10.2 to 1.13.1
#175 Bump y18n from 4.0.0 to 4.0.1

Contributors

@brandongregoryscott

v2.6.0

10 May 20:37
Compare
Choose a tag to compare

v2.6.0 Release

Release notes

Feature release to add health-check command to verify http response from endpoints on an interval.
Bug fix to the deploy jenkins command. Fixes issue #195

Contributors

@dylanjustice

v2.5.0

07 Apr 15:14
Compare
Choose a tag to compare

v2.5.0 Release

Release notes

Feature release to allow deployment to specific slots when deploying Azure Web Apps.

Notable features:

Added --slot option to deploy azure-web-app command.

Contributors

@Stefanie899

v2.4.0

12 Mar 20:14
Compare
Choose a tag to compare

v2.4.0 Release

Release notes

Feature release to expand the github API functionality exposed through the CLI. You can now clone issues from one AndcultureCode repo to another, create one from scratch, or view the current list of issues for a given repo.

Notable features:

  • Create, clone and view Github issues from the and-cli github issue command
  • Refactored existing topic and repo related functionality into child commands from github: and-cli github topic and and-cli github repo
  • Better support for nested commands (such as the deploy and now github commands)

Known issues

#124 Github command for adding/duplicating issues across repos

Contributors

@brandongregoryscott

v2.3.1

12 Mar 13:32
Compare
Choose a tag to compare

v2.3.1 Release

Release notes

Maintenance release to fix a bug where running and-cli webpack -c (ie, without -R) would still try to run npm run start without having packages to run the application.

Known issues

#133 webpack clean without restore causes error

Internal

#107 dotnet-test command integration tests fail locally w/ .NET Core 3.1.x [Windows]
AndcultureCode/AndcultureCode#64 Investigate alternatives to TravisCI
#168 Github Actions: Update build job to depend on notify_start

Contributors

@brandongregoryscott

Optimize webpack-publish for CI

19 Feb 16:18
Compare
Choose a tag to compare

v2.3.0 Release

Release notes

Additional options now available for publishing frontend builds in a CI/CD pipeline. .
Option to skip the clean and restore process during publish
Option to run npm ci

Notable features:

  • --skip-clean --skip-restore command arguments added to and-cli webpack --publish and-cli deploy aws-s3 and and-cli deploy azure-storage commands
  • --ci command argument added to use npm ci over npm install

Contributors

@dylanjustice