Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Deployment is not a registered command #7

Open
rakeenaa2 opened this issue Sep 21, 2023 · 2 comments
Open

Getting Deployment is not a registered command #7

rakeenaa2 opened this issue Sep 21, 2023 · 2 comments

Comments

@rakeenaa2
Copy link

This is the config I have in the yaml

      - name: CF CLI Deploy
        uses: citizen-of-planet-earth/cf-cli-action@v2
        with:
          cf_api: ${{ vars.SAP_CLOUD_HOST }}
          cf_username: ${{ vars.SAP_CLOUD_USER }}
          cf_password: ${{ secrets.SAP_CLOUD_PASSWORD }}
          cf_org: OGE
          cf_space: ${{ vars.SAP_CLOUD_SUB_ACCOUNT }}
          command: deploy ./**.mtar -f

This is the error I am getting:

'deploy' is not a registered command. See 'cf help -a'

@mpah
Copy link

mpah commented Nov 23, 2023

same issue here

@miyasuta
Copy link

I have forked this repository and made the following corrections. Now deploying mta is working.
https://github.com/miyasuta/cf-cli-action

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants