Skip to content

feat(c/v3-cli): ddn supergraph build create && apply simultaneously #10682

Open
@jjangga0214

Description

@jjangga0214

Component

c/v3-cli

Is your proposal related to a problem?

Hi!

ddn supergraph build create 
ddn supergraph build apply <build version>

The problem is build version is unpredictable before creating a new build.
So a user has to parse stdout to apply automatically(e.g. CI).

Describe the solution you'd like

Let a user provide a predictable identifier.
Users can set it to any value they want.
For example, like a gitsha.

ddn supergraph build create --alias abcd123
ddn supergraph build apply --alias abcd123

Describe alternatives you've considered

Creating build and applying simultaneously.

ddn supergraph build create --apply

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions