Skip to content

Releases: Adobe-Marketing-Cloud/tools

repo 1.4

16 Oct 21:10
Compare
Choose a tag to compare

New:

  • #10 adding new repo checkout <jcr-path> command
  • #11 escape xml characters in filter.xml

repo 1.3

12 Mar 07:20
Compare
Choose a tag to compare

Fixes:

  • #5 cannot address namespace prefixed paths such as cq:dialog
  • better help description

repo 1.2

04 Jun 00:20
Compare
Choose a tag to compare

New:

  • adding serverdiff to see incoming changes (inverse diff)
  • adding localdiff, same as diff, for consistency with serverdiff, to see locally made changes

Fixes:

  • better help wording for status legend

repo 1.1

16 Oct 01:27
Compare
Choose a tag to compare

Get it via Homebrew:

brew tap adobe-marketing-cloud/brews
brew install adobe-marketing-cloud/brews/repo

New:

  • adding --version option
  • running --help through less
  • correct license header

Fixes:

  • repo failed with spaces in filter path
  • repo put .content.xml was not converting to JCR paths in package filters
  • updated help

repo 1.0

16 Oct 00:48
Compare
Choose a tag to compare

Initial public release:

  • Commands put, get, status, diff
  • Supported platforms:
    • Mac OSX (+ curl, rsync)
    • Linux (+ curl, rsync)
    • Windows with Cygwin (+ zip, unzip, curl, rsync packages)

Note: the license header in the script is incorrect, it should read:

Copyright 2014 Adobe

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.