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

cargo-shuttle: added beta deployment status #1740

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

iulianbarbu
Copy link
Contributor

Description of change

Returns the list of all deployments sorted by updated_at column.
No pagination yet.
Will handle the ID for depl_latest as a reference to the latest running deployment, if any (it is just a partial replacement for cargo shuttle status for now).

How has this been tested? (if applicable)

Locally. Example cmd:

SHUTTLE_BETA=true cargo run -p cargo-shuttle -- --api-url http://iulian-control-alb-fae7fb2-914574683.eu-west-2.elb.amazonaws.com deployment status --wd examples/custom-resource/pdo/ depl_latest

Output:

Current deployment: 'depl_01HVM1YNS3VR0V5PKKT60Q3277' - running (http://pdo-yvm4dhkducmt.app.iulian.staging.shuttle.rs)

@iulianbarbu iulianbarbu merged commit 6231811 into feat/shuttle-ecs-common Apr 18, 2024
28 of 32 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants