janpio / cordova-release-tools

Apache License 2.0
1 stars 0 forks source link

cordova-release-tools

Tools for releasing Apache Cordova packages

oclif Version Appveyor CI Codecov Downloads/week License

cort apache:archive

Creates an archive (.tar.gz, .asc, .sha) for the "current tag"

USAGE
  $ cort apache:archive

See code: src\commands\apache\archive.js

cort apache:move RELEASENAME

Move uploaded archive from Apache SVN dist/dev to dist/release

USAGE
  $ cort apache:move RELEASENAME

ARGUMENTS
  RELEASENAME  name of release to move

See code: src\commands\apache\move.js

cort apache:upload

Upload archive to Apache SVN dist/dev

USAGE
  $ cort apache:upload

See code: src\commands\apache\upload.js

cort hello

Describe the command here

USAGE
  $ cort hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src\commands\hello.js

cort help [COMMAND]

display help for cort

USAGE
  $ cort help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cort identify

Identify the project and output relevant information

USAGE
  $ cort identify

OPTIONS
  -n, --name=name  name to print

See code: src\commands\identify.js

cort release-branch:checkout

Checks out the release branch for the current version

USAGE
  $ cort release-branch:checkout

See code: src\commands\release-branch\checkout.js

cort release-branch:rebase

Rebases the currently checked out release branch onto master

USAGE
  $ cort release-branch:rebase

See code: src\commands\release-branch\rebase.js

cort release:commit

Commit release changes (commits and tag)

USAGE
  $ cort release:commit

See code: src\commands\release\commit.js

cort release:preparecommit

Commit prepared changes (after release)

USAGE
  $ cort release:preparecommit

See code: src\commands\release\preparecommit.js

cort release:publish RELEASENAME

Publish the defined release to npm (from dist/release)

USAGE
  $ cort release:publish RELEASENAME

ARGUMENTS
  RELEASENAME  name of release to publish

See code: src\commands\release\publish.js

cort release:push

Push release commit and tag

USAGE
  $ cort release:push

See code: src\commands\release\push.js

cort release:tag

Checkout last tag, and tag with release tag

USAGE
  $ cort release:tag

See code: src\commands\release\tag.js

cort release:votetag

Tag current commit with current version

USAGE
  $ cort release:votetag

See code: src\commands\release\votetag.js

cort update-release-notes

Update the project's RELEASENOTES.md with the relevant commits

USAGE
  $ cort update-release-notes

See code: src\commands\update-release-notes.js

cort version:bump

Bump all version strings

USAGE
  $ cort version:bump

See code: src\commands\version\bump.js

cort version:dev

Adds the -dev suffix to version strings in all relevant files

USAGE
  $ cort version:dev

See code: src\commands\version\dev.js

cort version:undev

Removes the -dev suffix from version strings in all relevant files

USAGE
  $ cort version:undev

See code: src\commands\version\undev.js