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

Add a pipectl command to disable an application #4119

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

kevin-namba
Copy link
Contributor

@kevin-namba kevin-namba commented Jan 11, 2023

What this PR does / why we need it:
Enable disabling an application from a command line.

Users can use a new command as below

pipectl application disable \
    --address={CONTROL_PLANE_API_ADDRESS} \
    --api-key={API_KEY} \
    --app-id={APPLICATION_ID}

Which issue(s) this PR fixes:

Fixes #1284

Does this PR introduce a user-facing change?:

Add a pipectl command to disable an application

@github-actions
Copy link
Contributor

github-actions bot commented Jan 11, 2023

CLA Assistant Lite bot All Contributors have signed the CLA.

@kevin-namba kevin-namba changed the title feature: cli and grpc to disable application feature: Add a pipectl command to disable an application Jan 11, 2023
@khanhtc1202 khanhtc1202 changed the title feature: Add a pipectl command to disable an application Add a pipectl command to disable an application Jan 11, 2023
@kevin-namba
Copy link
Contributor Author

/cla sign

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👍

@khanhtc1202 khanhtc1202 merged commit 3075717 into master Jan 11, 2023
@khanhtc1202 khanhtc1202 deleted the add/disable-application-api branch January 11, 2023 10:31
khanhtc1202 added a commit that referenced this pull request Jan 13, 2023
… (#4128)

* Keep new line at end of file in yamlprocessor (#4033)

* Keep new line at end of file in yamlprocessor

* add a new line to the EOF in case of there is no  at EOF

* update comment

* update eventwatcher_test

* consider new line at EOF on parsing kubernetes manifest

* update go-yaml v1.9.8

* remove TODO because PR of go-yaml was merged

* consider to handle multiple new line at EOF

* remove indent vioration of tab

* support standalone ECS task (#4084)

Fixes #2734

* Small lint fix (#4097)

* fix null pointer (#4102)

* fix null pointer

* apply review

* Add example for ecs standalone task (#4104)

* add example for ecs standalone task

* add example for ecs standalone task

* wip

* add yaml example to docs.

* add example for ecs standalone task

* wip

* add yaml example to docs.

* apply review

* Update docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/ecs.md

Co-authored-by: Khanh Tran <[email protected]>

Co-authored-by: Khanh Tran <[email protected]>

* Add update contributions command (#4114)

* Add update contributions command

* Update hack/gen-contributions.sh

* Run update go deps (#4117)

* feature: cli and grpc to disable application (#4119)

* Add new line in detailsFormat to fix plan preview format (#4122)

* add document how to disable (#4123)

Co-authored-by: Kurochan <[email protected]>
Co-authored-by: Tomoki Hori <[email protected]>
Co-authored-by: Khanh Tran <[email protected]>
Co-authored-by: kevin55156 <[email protected]>
Co-authored-by: Yoshiaki Ishihara <[email protected]>
This was referenced Feb 7, 2023
@github-actions github-actions bot mentioned this pull request Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a pipectl command to disable/delete an application
2 participants