Skip to content

Conversation

@fmenezes
Copy link
Collaborator

@fmenezes fmenezes commented Feb 4, 2025

Proposed changes

Add cli specific extensions x-gen-atlascli-* into command annotations

Jira ticket: CLOUDP-297407

Closes #[issue number]

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation in document requirements section listed in CONTRIBUTING.md (if appropriate)
  • I have addressed the @mongodb/docs-cloud-team comments (if appropriate)
  • I have updated test/README.md (if an e2e test has been added)
  • I have run make fmt and formatted my code

Further comments

@fmenezes fmenezes changed the title CLOUDP 297407 CLOUDP-297407 Add cli specific extensions x-gen-atlascli- into command annotations Feb 4, 2025
@fmenezes fmenezes marked this pull request as ready for review February 4, 2025 18:09
@fmenezes fmenezes requested a review from a team as a code owner February 4, 2025 18:09
@fmenezes fmenezes changed the title CLOUDP-297407 Add cli specific extensions x-gen-atlascli- into command annotations CLOUDP-297407 Add cli specific extensions x-gen-atlascli-* into command annotations Feb 4, 2025

for _, file := range files {
if !strings.HasSuffix(file.Name(), ".yaml") || !strings.HasSuffix(file.Name(), ".yml") {
if !strings.HasSuffix(file.Name(), ".yaml") && !strings.HasSuffix(file.Name(), ".yml") {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

flyby

@apix-bot
Copy link
Contributor

apix-bot bot commented Feb 4, 2025

Coverage Report 📈

Branch Commit Coverage
master d8b9f13 39.1%
CLOUDP-297407 bcf238f 39.1%
Difference 0%

@fmenezes fmenezes merged commit 3e5dde9 into master Feb 5, 2025
22 checks passed
@fmenezes fmenezes deleted the CLOUDP-297407 branch February 5, 2025 11:26
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.

2 participants