What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, is there an ACL users/groups/role/rules importer ?

UM9F81RCP
UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

Hi all,
is there an ACL users/groups/role/rules importer ?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    docker/sdk console will return all registered console commands.
    In latest spryker-shop/suite we have these:

      data:import:acl-entity-rule                           This command executes your "acl-entity-rule" importer.
      data:import:acl-entity-segment                        This command executes your "acl-entity-segment" importer.
      data:import:acl-entity-segment-connector              This command executes your "acl-entity-segment-connector" importer.
      data:import:acl-group                                 This command executes your "acl-group" importer.
      data:import:acl-group-role                            This command executes your "acl-group-role" importer.
      data:import:acl-role                                  This command executes your "acl-role" importer.
    
  • UM9F81RCP
    UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

    so my spryker shop is not latest ;D

  • UM9F81RCP
    UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

    Thanks 👍🏻