Giter VIP home page Giter VIP logo

Comments (2)

anianweber avatar anianweber commented on June 16, 2024 1

Thank you very much for the detailed response! I will try it as you described.
This "issue" therefore is closed.

from aemc.

krystian-panek-wttech avatar krystian-panek-wttech commented on June 16, 2024

but can one create them with the CLI as well?

yes, use:

sh aemw package create -A --pid group:name:version --filter-file filter.xml

How can you register remote instances?

just define them with any other prefix than 'local_' for example 'remote_', 'integration_', etc

instance:

  # Full details of local or remote instances
  config:
    integration_author:
      http_url: http://x.x.x.x:4502
      user: admin
      password: pwd
    integration_publish:
      http_url: http://y.y.y.y:4503
      user: admin
      password: pwd

or use ad-hoc definitions

sh aemw package deploy --instance-url=admin:[email protected]:4502

or

ENVS=integration_author=admin:[email protected]:4502,integration_publish=admin:[email protected]:4503
sh aemw package deploy --instance-url=$ENVS -A # only to author
sh aemw package deploy --instance-url=$ENVS -P # only to publish

copy content from a cloud instance

as far as I know only AEM author is reachable but via auth using bearer token; this is supported in predecessor of AEMC (https://github.com/wttech/gradle-aem-plugin) but not yet in AEMC. I just raised a ticket to cover that: #220 ;

basically to copy cloud to/from cloud instances Adobe developed few tools and documented these approaches. don't hesitate to find them ;)

from aemc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.