Skip to content

shore-config - exec command using shore config with the correct profile #29

Open
@eyal-mor

Description

@eyal-mor

Summary

Original Author: @dkirillov
shore exec command should now use the exec config specified in the shore config.

Specifically, in the shore config it is stored under the following path - profiles.[profile-name].exec. Example shore config:

renderer:
  ...

executor:
  ...

profiles:
  default:
    application: \"myAppName\"
    pipeline: \"awesome-pipeline\"
    render:  ... # Path or Object
    exec: ... # Path or Object
    e2e: ... # Path or Object

What is present in the profile could either be the full exec config object (in-line config), or a path to the exec.yml file (external config). Either or is allowed and should be used.

Motivation

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    DevXDeveloper Experience relatedShore-CLIRelated to the Shore-CLI visualization layer (the CLI itself)enhancementNew feature or requestexecRelated to "shore exec"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions