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

chore(cli): Update meroxa-go #116

Merged
merged 1 commit into from
Apr 12, 2021
Merged

chore(cli): Update meroxa-go #116

merged 1 commit into from
Apr 12, 2021

Conversation

raulb
Copy link
Member

@raulb raulb commented Apr 12, 2021

Description of change

To bring https://github.com/meroxa/meroxa-go/pull/31 which fixes:

❯ .m add resource --type postgres -u "postgres://useroP24ThrN:HaRrXsOlTcXhscVd@meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN" --json
{
  "id": 472,
  "type": "postgres",
  "name": "",
  "url": "postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN"
}

❯ .m list resources
 ID       NAME         TYPE                                           URL
===== ============= ========== =================================================================================
 472                 postgres   postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN
 420   my-resource   postgres   postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN

❯ .m remove resource "" --force
Removing ...
resource  successfully removed

Now:

❯ .m add resource --type postgres -u "postgres://useroP24ThrN:HaRrXsOlTcXhscVd@meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN" --json
{
  "id": 474,
  "type": "postgres",
  "name": "resource-902992",
  "url": "postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN"
}

❯ .m list resources
 ID         NAME           TYPE                                           URL
===== ================= ========== =================================================================================
 420   my-resource       postgres   postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN
 474   resource-902992   postgres   postgres://meroxa-demo.cwyhi7jl0lln.us-east-2.rds.amazonaws.com:5432/dboP24ThrN

@raulb raulb requested a review from dianadoherty April 12, 2021 13:57
@raulb raulb merged commit 3b95617 into master Apr 12, 2021
@raulb raulb deleted the update-meroxa-go branch April 12, 2021 14:22
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.

2 participants