Skip to content

Releases: jfrog/jfrog-cli-core

v2.0.1

04 Jul 02:13
Compare
Choose a tag to compare

Fix module imports to github.com/jfrog/jfrog-cli-core/v2

v2.0.0

03 Jul 16:27
Compare
Choose a tag to compare

The default value of the --flat option is now set to false for the "jfrog rt upload" command.

The deprecated syntax of the "jfrog rt mvn" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt mvnc" command.

The deprecated syntax of the "jfrog rt gradle" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt gradlec" command.

The deprecated syntax of the "jfrog rt npm" and "jfrog rt npm-ci" commands is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt npmc" command.

The deprecated syntax of the "jfrog rt go" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt go-config" command.

The deprecated syntax of the "jfrog rt nuget" command is no longer supported. To use the new syntax, the project needs to be first configured using the "jfrog rt nugetc" command.

All Bintray commands are removed.

The "jfrog rt config" command is removed and replaced by the "jfrog config add" command.

The "jfrog rt use" command is removed and replaced with the "jfrog config use".

The "props" command option and "Props" file spec property for the "jfrog rt upload" command are removed, and replaced with the "target-props" command option and "targetProps" file spec property respectively.

The "jfrog rt go-publish" command now only supports Artifactory version 6.10.0 and above. Also, the command no longer accepts the target repository as an argument. The target repository should be pre-configured using the "jfrog rt go-config-command".

The "jfrog rt go" command no longer falls back to the VCS when dependencies are not found in Artifactory.

The --deps, --publish-deps, --no-registry and --self options of the "jfrog rt go-publish" command are now removed.

The API key option is now removed. The API key should now be passed as the value of the password option.

The --exclude-patterns option is now removed, and replaced with the --exclusions option. The same is true for the excludePatterns file spec property, which is replaced with the exclusions property.

The JFROG_CLI_JCENTER_REMOTE_SERVER and JFROG_CLI_JCENTER_REMOTE_REPO environment variables are now removed and replaced with the JFROG_CLI_EXTRACTORS_REMOTE environment variable.

The JFROG_CLI_HOME environment variable is now removed and replaced with the JFROG_CLI_HOME_DIR environment variable.

The JFROG_CLI_OFFER_CONFIG environment variable is now removed and replaced with the CI environment variable.

The directory structure is now changed when the "jfrog rt download" command is used with --flat=false (which is the default) and placeholders. When placeholders are used, the value of the --flat option is ignored.

v1.8.0

23 Jun 21:11
Compare
Choose a tag to compare

New --retries option for the search, set-props, delete-props, delete, copy and move commands

v1.7.2

17 Jun 19:01
Compare
Choose a tag to compare

Sha256 added to the summary response of all APIs which upload files to Artifactory

v1.7.1

28 May 12:33
Compare
Choose a tag to compare

Bug fix - "jfrog rt go get" fails to collect build-info, if used with an internal module package

v1.7.0

23 May 17:34
Compare
Choose a tag to compare

New "jfrog ci-setup" command
Support for yarn - new "jfrog rt yarn" command
New --detailed-summary option added to the "jfrog rt npm-publish" command
New --detailed-summary option added to the release-bundle create, update and sign commands
Bug fix - Temp files are not deleted after download
Bug fix - Change the permission of the npmrc file created by the "jfrog rt npmi" command

v1.6.3

15 May 10:58
Compare
Choose a tag to compare

Bug fix - "jfrog rt upload" - using ANT patterns fails to convert doube asteriks to directory range.
Bug fix - "jfrog rt npm-install" can fail when .npmrc includes 'json=true'.
Bug fix - "jfrog rt nuget" & "jfrog rt dotnet" can fail when there are multiple .net projects in the same directory.
Bug fix - "jfrog rt build-publish" module type is missing in build-info modules.

v1.6.2

05 May 09:09
Compare
Choose a tag to compare

Bug fix - Unable to upload a file if its name includes semicolons.
Bug fix - Upgrade jfrog-client-go, which includes the upgrade of go-git v4.7.1, to resolve errors that occur when collecting data from the local git repository.

v1.6.1

29 Apr 12:21
Compare
Choose a tag to compare

Bug fix - Error when unmarshalling response received from JFrog Distribution

v1.6.0

28 Apr 18:58
Compare
Choose a tag to compare

"jfrog rt bp" - New --detailed-summary option added
"jfrog rt u" - The --detailed-summary option now also returns sha256 of the uploaded files
The maven and gradle extractors were upgraded
The value of the JFROG_CLI_USER_AGENT environment variable now also controls the agent name in the build-info
Bug fix - The dryRun option of release bundle management APIs returns an error