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

Put all actions into one single command #9

Open
ljvmiranda921 opened this issue Jan 31, 2019 · 0 comments
Open

Put all actions into one single command #9

ljvmiranda921 opened this issue Jan 31, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ljvmiranda921
Copy link
Owner

ljvmiranda921 commented Jan 31, 2019

Instead of just running the following steps:

cloud-build-badge \
    --id myFunction \
    --repository my-repository \
    --branches master development \ # You can supply multiple values
    --bucket my-project-bucket

and

gcloud functions deploy <ID> \
    --runtime nodejs6 \
    --trigger-resource cloud-builds \
    --trigger-event google.pubsub.topic.publish

separately, it would be much better to put them into one single command, ideally:

cloud-build-badge add repo

then it just gives you the generated link as a markdown file

@ljvmiranda921 ljvmiranda921 added the enhancement New feature or request label Jan 31, 2019
@ljvmiranda921 ljvmiranda921 self-assigned this Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant