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

feat(cli): cleanup and dynamic endpoint support #3121

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Sep 4, 2023

This PR...

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

https://www.loom.com/share/650c1c542a734e8c962e9300526f8958

@xoscar xoscar changed the base branch from main to feat/cli-cloud September 4, 2023 17:55
@xoscar xoscar self-assigned this Sep 4, 2023
@xoscar xoscar added the CLI label Sep 4, 2023
@xoscar xoscar marked this pull request as ready for review September 4, 2023 18:00
@xoscar xoscar changed the title Feat/cli cloud feature flag feat(cli): cleanup and dynamic endpoint support Sep 4, 2023
Copy link
Contributor

@jorgeepc jorgeepc left a comment

Choose a reason for hiding this comment

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

Looks good. One question, are we protecting the Configure cmd with the flag, or is not needed?


environmentClient = resourcemanager.NewClient(
httpClient, cliLogger,
"env", "environments",
Copy link
Contributor

Choose a reason for hiding this comment

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

is env correct here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, if we use envrionment it collides with the other resource 🥴

@xoscar xoscar merged commit 8cf350e into feat/cli-cloud Sep 4, 2023
31 checks passed
@xoscar xoscar deleted the feat/cli-cloud-feature-flag branch September 4, 2023 18:58
xoscar added a commit that referenced this pull request Sep 5, 2023
* feature(cli): Adding CLI cloud login and auth logic (#3100)

* feature(cli): adding CLI cloud login and auth logic

* feature(cli): adding CLI cloud login and auth logic

* feat(cloud): adding support for cloud resources (#3101)

* feature(cli): adding CLI cloud login and auth logic

* feature(cli): adding CLI cloud login and auth logic

* feat(cloud): adding support for cloud resources

* feat(cloud): adding select command for cloud resources

* feat(cloud): Tracetest configure improvements (#3102)

* feature(cli): adding CLI cloud login and auth logic

* feature(cli): adding CLI cloud login and auth logic

* feat(cloud): adding support for cloud resources

* feat(cloud): adding select command for cloud resources

* fixing CLI e2e

* Fixing missing prefix and CLI e2e tests

* removing deprecation tests for environments

* downgrading the goreleaser version

* fixing CLI e2e

* fixing status code

* fixing FE port

* fixing FE port

* Implementing tracetest configure command

* cleanup

* adding missing select cmd

* adding path validation for configure

* re adding missing tests

* feat(cli): adding `tracetest start` command (#3114)

* feat(cli): adding start command

* feat(cli): adding start command

* feat(cli): cleanup and dynamic endpoint support (#3121)
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.

None yet

2 participants