Skip to content

unknown flag: --project #2

@UsernameAlvarez

Description

@UsernameAlvarez

Hello.
I have a pipeline file following your example section and I found this issue, unknown flag: --project, We can use [project-id] without --project flag.

Would be a plus, using secret for the project id value.
Here a example for passing secrets within a command line: bash

     - name: Run Ory CLI Command
       uses: lomsa-dev/ory-cli-action@v1.0.8
       env:
        ORY_PROJECT_ID : ${{ secrets.ORY_PROJECT_ID  }}
       with:
         username: ${{ secrets.ORY_USERNAME }}
         password: ${{ secrets.ORY_PASSWORD }}
         commands: |
           update opl --file ./path/to/file.yaml $ORY_PROJECT_ID"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions