mongodb-atlas-cli

MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud

APACHE-2.0 License

Stars
160
Committers
59

Bot releases are visible (Hide)

mongodb-atlas-cli - v1.4.2

Published by gssbzn about 4 years ago

This is mostly a release to test our new release mechanism

Changelog

734e025 CLOUDP-70550: Allow comma separate values for roles (#386)
7633d6c CLOUDP-70554: Use evergreen git tag for releases

mongodb-atlas-cli - v1.4.1

Published by gssbzn about 4 years ago

Adds support for Atlas networking options.
Adds support for Ops Manager global API keys.
Adds support for database metrics.

Changelog

33e46e6 CLOUDP-61742: setting the extensions of the log files inside .gz downloaded from atlas (#377)
568bc47 CLOUDP-64365: Remove .env file and update CONTRIBUTING.md (#378)
1b7b8bd CLOUDP-65971: Add cluster_config unit test for existing shard (#373)
8454ca1 CLOUDP-66891: mongocli atlas networking container(s) list|ls (#241)
d5a792b CLOUDP-69179: mongocli atlas networking container(s) delete (#363)
38a05e2 CLOUDP-69180: mongocli atlas networking peering list|ls (#364)
e0a9d23 CLOUDP-69181: mongocli atlas networking peering delete (#365)
55d8938 CLOUDP-69182: mongocli atlas networking peering create aws (#370)
e97b001 CLOUDP-69183: mongocli atlas networking peering create azure (#366)
53f9f10 CLOUDP-69184: mongocli atlas networking peering create gcp (#371)
9ef76be CLOUDP-69270:Backup: atlas snapshots create (#358)
000a1c0 CLOUDP-69271: Cloud Services Backup: atlas snapshot delete (#360)
5b5d05c CLOUDP-69274: Backup: atlas snapshot describe (#359)
19f1543 CLOUDP-69282: Backup: atlas snapshost watch (#362)
6871231 CLOUDP-69323: update to go1.15 (#361)
2a92ce6 CLOUDP-69438: Update peering list to use --providerName (#367)
d8e4149 CLOUDP-69463: mongocli atlas networking peering watch (#372)
4f06b7c CLOUDP-69475: Replace our manual dot spinner with briandowns/spinner (#380)
e384d7e CLOUDP-69557: reduce datalake e2e flakyness (#369)
3a8843c CLOUDP-69665: [mongocli ]chore: update ops manager go client (#374)
3a47321 CLOUDP-69669: Add global API keys support (#375)
9379063 CLOUDP-69682: Add global API whitelist support (#376)
7a48ec1 CLOUDP-69793: [mongocli] Improve output handling (#379)
17f7e18 CLOUDP-70178: mongocli atlas|ops-manager metrics databases describe (#382)
d05e421 CLOUDP-70467: Default networking peering list to AWS to match the API (#385)
fd73567 build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12 (#381)
521fd49 build(deps): bump go.mongodb.org/ops-manager from 0.8.1 to 0.8.2 (#368)

mongodb-atlas-cli - v1.4.0

Published by gssbzn about 4 years ago

Breaking change

MongoDB CLI will now change the default output format to a simplified view, to revert back to the old behaviour please use --output json on any command, or to make this your preferred default please do mongocli config set output json

New Features

  • Adds support for Programmatic API Keys
  • Adds support for Ops Manager and Cloud Manager Agent API keys
  • Adds support for Private Endpoints

Fixes and Improvements

  • When Creating Ops Manager or Cloud Manager projects the response now includes the generated Agent API key

Changelog

d2a9907 CLOUDP-67924: mongocli iam organizations|orgs apiKey(s)|apikey(s) list|ls (#315)
8357185 CLOUDP-67926: mongocli iam organizations|orgs apiKey(s)|apikey(s) describe (#316)
3dd8e8a CLOUDP-67927: mongocli iam organizations|orgs apiKey(s)|apikeys create (#319)
d7d6635 CLOUDP-67928: mongocli iam organizations|orgs apiKey(s)|apikey(s) update (#317)
b06468d CLOUDP-67929: mongocli iam organizations|orgs apiKey(s)|apikey(s) delete (#318)
c9ad623 CLOUDP-67930: iam organizations|orgs apiKey(s)|apikey(s) whitelist|ipwhitelist list|ls (#324)
f55e2ef CLOUDP-67931: mongocli iam organizations|orgs apiKey(s)|apikey(s) whitelist|ipwhitelist create (#331)
15071ce CLOUDP-67932: mongocli iam organizations|orgs apiKey(s)|apikey(s) whitelist|ipwhitelist delete (#334)
313201d CLOUDP-67933: Project api keys list (#321)
0a9760d CLOUDP-67935: create project api key (#322)
8821c06 CLOUDP-67936: mongocli iam project(s) apiKey(s)|apikey(s) update (#338)
4f148bd CLOUDP-67937: mongocli iam project(s) apiKey(s)|apikey(s) delete (#336)
688ed54 CLOUDP-68444: Enable simplified output by default (#320)
3c7b751 CLOUDP-68499: mongocli ops-manager agents list (#325)
7b18e0e CLOUDP-68500: mongocli ops-manager agent(s) apiKey list (#337)
ee680cd CLOUDP-68501: mongocli ops-manager agent(s) apiKey(s) create (#339)
688c84b CLOUDP-68502: mongocli ops-manager agent(s) apiKey(s) delete (#340)
a28bf4e CLOUDP-68503: mongocli atlas privateendpoint(s) list|ls (#344)
801117e CLOUDP-68504: mongocli atlas privateendpoint(s) create (#351)
311446a CLOUDP-68505: mongocli atlas privateendpoint(s) describe (#348)
ed4e168 CLOUDP-68506: mongocli atlas privateendpoint(s) delete (#349)
c983782 CLOUDP-68507: mongocli atlas privateEndpoint(s) interface(s) create (#354)
ff2f3d9 CLOUDP-68508: mongocli atlas privateendpoint(s) interface(s) describe (#356)
bf0bdee CLOUDP-68509: mongocli atlas privateendpoint(s) interface(s) delete (#353)
6c0e39f CLOUDP-68510: allow for users to define their go template (#323)
cbed55f CLOUDP-68632: mark roles and description as mandatory (#330)
cab240a CLOUDP-68633: Update GOLANGCI_VERSION (#332)
4a6be04 CLOUDP-68635: Add mongocli to redhat6 yum repo (#333)
0cbfdba CLOUDP-68636: Add e2e test for org API keys (#335)
59ff3b2 CLOUDP-68637: implement e2e tests for apikeys/whitelist (#342)
d50c087 CLOUDP-68758: Include API keys in creation message (#341)
15b690c CLOUDP-68878: split the description package (#343)
9e91ca2 CLOUDP-69013: Automatically generate command aliases (#347)
9808850 CLOUDP-69085: Add ldapType flag to user creation (#350)
afe5ae8 CLOUDP-69105: mongocli atlas privateEndpoints watch (#352)
2264e1e CLOUDP-69272: [mongocli] e2e test clean up
9c893cb CLOUDP-69273: [mongocli] Update release instructions (#357)
5edb095 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.0.8 to 2.1.0 (#346)
1abf48b build(deps): bump github.com/AlecAivazis/survey/v2 from 2.1.0 to 2.1.1 (#355)
ff358a4 build(deps): bump github.com/golang/mock from 1.4.3 to 1.4.4 (#326)
c332ecb build(deps): bump github.com/spf13/afero from 1.3.2 to 1.3.3 (#328)
2d84043 build(deps): bump github.com/spf13/afero from 1.3.3 to 1.3.4 (#345)
4180a3f build(deps): bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#327)
824b906 build(deps): go mod tidy (#329)
e1c1c3f chore: add dependabot reviewers
d883065 chore: update issue config to point to mcli forum
fa19e33 doc: update CONTRIBUTING.md
744dfab fix: fix e2e test
f7bc479 fix: fix e2e tests
c5157be fix: missing out flags
3c3da9b task: add an github issue template config

mongodb-atlas-cli - v1.3.0

Published by gssbzn about 4 years ago

New Features

  • Adds support for Atlas Search
  • Adds support for X.509 Configurations in Atlas
  • Adds support for X.509 database users in Atlas
  • Adds support for AWS IAM database users in Atlas

Bugfixes

  • Fixes Custom CA for Ops Manager
  • Improves Automation Config options
  • When creating a project for Ops Manager returns the agent API key

Changelog

706a61d CLOUDP-59489: generate scram sha credentials using the go client (#312)
c318499 CLOUDP-62262: Create a simplified view of atlas cluster (#281)
82c50c9 CLOUDP-62263:Add a simplified view for clusters operations in Ops manager (#287)
d6f5ea9 CLOUDP-67147: mongocli atlas cluster(s) search index(es) list|ls (#254)
f40dbb5 CLOUDP-67148: mongocli atlas cluster(s) search index(es) describe (#264)
009e16e CLOUDP-67149: mongocli atlas cluster(s) search index(es) create (#260)
ccb8035 CLOUDP-67150: mongocli atlas cluster(s) search index(es) update (#272)
4cd2116 CLOUDP-67151: mongocli atlas cluster(s) search index(es) delete (#263)
5371aaf CLOUDP-67270: Use a Digest Access Auth mechanism with support for SHA-256 (#258)
fd9b1d3 CLOUDP-67367: mongocli om clusters delete (#259)
00072af CLOUDP-67424: implement atlas security customerCerts describe (#265)
c1bcc6c CLOUDP-67425: atlas customercerts create (#270)
2161c8c CLOUDP-67426: atlas certs disable (#271)
0e47b1a CLOUDP-67537: add x509 type to dbusers create (#280)
6a4366d CLOUDP-67623: Update golangci-lint (#268)
f4004b5 CLOUDP-67625: Update the CONTRIBUTING.md (#269)
a8d9a5d CLOUDP-67654 dbusers iam auth (#282)
77cf91a CLOUDP-67656: describe DBuser (#284)
7ac5427 CLOUDP-67657: atlas certs list (#273)
21dfa79 CLOUDP-67658: dbusers certs create (#276)
be87082 CLOUDP-67735: Handle ca certificate for digest transport (#274)
aa78cb1 CLOUDP-67741: Add a global --output flag (#275)
f1657d8 CLOUDP-67829: Interface cleanup (#277)
6a43526 CLOUDP-67836: Add a function to handle output formats (#279)
b57e0ac CLOUDP-67923: Add --deleteAfter to dbusers create (#285)
fabd4f8 CLOUDP-67942: simplified view for agent upgrade (#288)
522370b CLOUDP-67943: update cli/alerts output to use the new simplified format (#290)
6afa46c CLOUDP-67957: update internal/cli/events to use new output (#291)
b912702 CLOUDP-67958: output format for organizations (#289)
67f612e CLOUDP-67959: project simplified output (#295)
63af25f CLOUDP-67960: update internal/cli/atlas/backup to use the new output and fix point in time backup (#292)
671c490 CLOUDP-67961: update internal/cli/atlas/datalake to use the new output format (#294)
252c050 CLOUDP-67962: add simplified output for DBUsers (#299)
d2296aa CLOUDP-67963: update internal/cli/atlas/onlinearchive to use the new output (#300)
dee841d CLOUDP-67964: update internal/cli/atlas/search to use the new output (#298)
c6e1703 CLOUDP-68114: Add CAS field for security certs (#304)
c0a96ec CLOUDP-68115: add whitelist simplified format (#301)
35be59b CLOUDP-68116: add simplified process list output (#305)
a8c5d71 CLOUDP-68210: Take cluster e2e tests out of the PR suite (#293)
dae1865 CLOUDP-68237: Fix test repo publishing (#296)
dce891d CLOUDP-68246: fix search index creation with static fields (#297)
ab69511 CLOUDP-68271: simplified output for backups (#313)
08166d0 CLOUDP-68272: update internal/cli/opsmanager/logs to use the simplified format (#310)
94c84ba CLOUDP-68273: update internal/cli/opsmanager/servers to use the simplified output (#306)
015e896 CLOUDP-68278: don't make generic cloud manager tests depend on spawn host (#302)
9c5c732 CLOUDP-68318: update cli/opsmanager/processes describe and list to use the simplified output (#309)
db71537 CLOUDP-68324: Update owner creation to use the simplified format (#307)
9ec0ac6 CLOUDP-68335: Include Agent API key on project create response (#308)
4f90371 CLOUDP-68337: internal/cli/atlas/metrics and internal/cli/opsmanager/metrics to use the simplified output (#314)
696242c Update issue templates (#262)
7f58bc7 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.0.7 to 2.0.8 (#267)
ce0b643 build(deps): bump github.com/spf13/afero from 1.2.2 to 1.3.2 (#266)
ddc9b53 build(deps): bump go.mongodb.org (#303)
1e75452 build(deps): bump go.mongodb.org/ops-manager from 0.7.1 to 0.7.2 (#286)
1b10f34 fix: add missing defer ctrl.Finish()
877be6c task: Move dependabot to the .github folder
246e52b task: encapsulate commands in packages (#283)
2cdcfda task: update e2e error message
e22c3bb task: update ops manager go client to v0.7.1 (#278)

mongodb-atlas-cli - v1.2.0

Published by gssbzn over 4 years ago

Add support to Atlas Data Lake and Atlas Search

Changelog

66e84a0 CLOUDP-66609: add Data Lake ls command (#236)
9a14e5e CLOUDP-66610: datalake describe (#237)
a0bbc58 CLOUDP-66611: create datalake (#238)
2f0a49e CLOUDP-66612: mongocli datalake update (#240)
14569a8 CLOUDP-66613: mongocli datalake delete (#239)
0fa9d4c CLOUDP-66831: mongocli atlas cluster(s) onlineArchive list (#234)
9284755 CLOUDP-66847: mongocli atlas clusters onlinearchive describe (#235)
a9b1073 CLOUDP-66897: mongocli atlas cluster(s) onlineArchive(s) create (#248)
3fed462 CLOUDP-66899: mongocli atlas cluster(s) onlineArchive(s) start (#249)
f9ff469 CLOUDP-66900: mongocli atlas cluster(s) onlineArchive(s) delete (#247)
e1d7582 CLOUDP-67005: mongocli atlas cluster(s) onlineArchive(s) update (#250)
894a385 CLOUDP-67066: Fix finding existing config when renaming (#253)
16d9147 CLOUDP-67191: Don't use go clients user agent (#255)

mongodb-atlas-cli - v1.1.0

Published by gssbzn over 4 years ago

Changelog

659903b Add org describe command (#211)
1be9187 CLOUDP-64975: Add a message with link to get keys at the top of the config command (#221)
2f18386 CLOUDP-64978: List projects by name on config (#223)
32ac5b2 CLOUDP-65292: Enable deleteAfter as an option when create IP whitelist entry (#210)
238a113 CLOUDP-65298: Describe projects (#212)
8890783 CLOUDP-65299: Add pagination to listing organizations (#222)
7807fc4 CLOUDP-65612: Fix broken examples in cli cluster create
c41f474 CLOUDP-65615: Create sharded cluster with CLI (#214)
8aed559 CLOUDP-65729: Add sharded cluster support to Ops Manager (#217)
c0be942 CLOUDP-65746: Set the default service for atlas/om/cm commands (#216)
88ee4a6 CLOUDP-65920: mongocli config list|ls (#218)
4943d4a CLOUDP-65942: Add auto complete to brew installer (#220)
5d30aff CLOUDP-66130: add config describe command (#224)
ccfedd6 CLOUDP-66131: add config rename command (#225)
fa9de63 CLOUDP-66132: use any available profile (#227)
a19f7c7 CLOUDP-66292: mongocli config delete (#226)
e9b2e2b feat add atlas support for organizations
227b762 feat: add skip verify
0b16c57 feat: allow ops manager to set ca certificate (#213)

mongodb-atlas-cli - v1.0.0

Published by gssbzn over 4 years ago

This is the first stable release of mongocli

Changelog

335e040 task: logs improvements

mongodb-atlas-cli - v1.0.0-rc3

Published by gssbzn over 4 years ago

Changelog

114b579 CLOUDP-64616: Replace deprecated cloud backup with new cloud backup (#205)
2fe3d24 feat: add GOPATH to the install make target (#204)
f2d42d2 fix: properly highlight required args with diamond annotation
ab86577 task: Deprecate continuous backup for atlas
99c3912 task: add config confirmation message
7bdb182 task: add rm as an alias for delete organization and projects

mongodb-atlas-cli - v1.0.0-rc2

Published by gssbzn over 4 years ago

Changelog

07e3763 Add junit reports to e2e (#183)
9628218 CLOUDP-62054: replace mock generation in make with go generate (#187)
eb6a674 CLOUDP-62837: Output test results in junit format for evergreen (#182)
082122a CLOUDP-63103: Implementing e2e test for atlas metric processes (#181)
8481b43 CLOUDP-64099: Implementing e2e test for metrics databases - atlas (#184)
f91a505 CLOUDP-64100: Implementing e2e test for metrics disk - atlas (#185)
5d48ea2 CLOUDP-64113: implementing e2e test for alerts ack and unack atlas (#186)
6c28cc2 CLOUDP-64114: implementing e2e test for alerts ack and unack - cloud manager (#188)
4ed3c5b Move evergreen
c48efed Move some make commands to scripts (#190)
569b229 Small evergreen clean up
1dbf241 Update README.md
9300ace taks: improve error format for "unsupported service"
13c48d1 taks: keep bin and dist
53dd54c taks: move public cmd files to the mongocli package
405da66 task: Extract some evg shells to proper files (#189)
002aba2 task: Update msi packaging (#191)
04a8019 task: attach coverage to test report
07321a0 task: dependencies update
8c53e88 task: enable publishing hombrew for RCs

mongodb-atlas-cli - v1.0.0-rc1

Published by gssbzn over 4 years ago

Changelog

27aa2a1 CLOUDP-56392: Sign binary for macOS (#168)
554ad49 CLOUDP-59259: Add link to users voice page on the README (#170)
a6963b3 CLOUDP-62031: Adjust mongocli with new Atlas Backup terminology (#165)
8ad942e CLOUDP-62037: Add Labels when Creating/Updating cluster with mongocli Atlas (#171)
67dd9b0 CLOUDP-62261: Implementing mongocli om/atlas alerts unack (#163)
0ef741b CLOUDP-62264: Allow to inject the config to the store (#164)
d0103e0 CLOUDP-62267: Hide background flag for index creation (#166)
a5e4ba5 CLOUDP-62567: Enable security fails if only scramsha-256 is given (#169)
a26316d CLOUDP-62719: Start publishing to the testing repo our rc versions (#172)

mongodb-atlas-cli - v1.0.0-rc0

Published by gssbzn over 4 years ago

Changelog

b1fb056 CLOUDP-57324: Keep polling the automation status and show when changes are done (#153)
79cbe61 CLOUDP-57865: Download tar.gz / .zip diagnose archive (#152)
fa3c522 CLOUDP-61850: Fix listing project events type filter (#146)
56b24ee CLOUDP-62030: Add pagination to listing projects and orgs (#155)
1b6c6d0 CLOUDP-62032: mongocli change instanceSize to clusterTier to match Atlas terminology (#158)
edf3235 CLOUDP-62053: It is not possible to unack an alert (#160)
75f1add CLOUDP-62056: Change measurements to metrics (#156)
836553b Validate the given project ID is valid (#149)

mongodb-atlas-cli - v0.5.1

Published by gssbzn over 4 years ago

Changelog

35d8f01 Update .goreleaser.yml (#144)

mongodb-atlas-cli - v0.5.0

Published by gssbzn over 4 years ago

This release includes a breaking change for ops manager, the ops manager base url must now include a trailing
slash(/)
run mongocli config set ops_manager_base_url <url> to update your profile

Changelog

2c3d49a CLOUDP-59267: upgrade agents (#143)
0a662a4 CLOUDP-60441: Create a rolling index, C/OM (#110)
d6b839b CLOUDP-60954: mongocli om logs collect (#123)
eb4f003 CLOUDP-60955: mongocli om logs list (#125)
7c00101 CLOUDP-60956: mongocli om logs download (#128)
333be58 CLOUDP-60957: mongocli om logs delete (#131)
259d7b7 CLOUDP-61107: Expose patching the automation config (#118)
bace091 CLOUDP-61240: Remove error logging (#120)
dc7a447 CLOUDP-61290: Validate base url (#124)
449ad9a CLOUDP-61291: Allow multiple measurements for measurements API (#121)
2cc7bf9 CLOUDP-61294: Don't let users create cluster with continuous backup (#122)
0c0dfdd CLOUDP-61529: Pause and Start an atlas cluster (#132)
53c9c06 CLOUDP-61595: mongocli ops-manager servers list does not validate project id requirement (#134)
2b976c8 CLOUDP-61621: Adding the projectID in mongocli config (#136)
ca73b05 CLOUDP-61624: Make atlas processes command available (#138)
d0a44dd CLOUDP-61709: Disable usage on error (#141)
d36a95e CLOUDP-61711: Validate API keys presence (#142)

mongodb-atlas-cli - v0.2.0

Published by gssbzn over 4 years ago

Changelog

0846f94 Add a command to list processes (#101)
9142601 Add missing copyright notice headers (#97)
95223e1 CLOUDP-56474: Validate orgIDs and projectIDs are valid values (#111)
f9db3e5 CLOUDP-57523: Download logs, Atlas (#102)
f379ea8 CLOUDP-57838: Create a rolling index, Atlas (#89)
6db5fcd CLOUDP-57850: List events, C/OM (#82)
eeba392 CLOUDP-57855: List all available measurements for a given process, Atlas (#85)
e82a35d CLOUDP-57856: List all available partitions for a process, Atlas (#96)
35748e4 CLOUDP-57857: Describe available measurements for the given partition of the given process, Atlas (#100)
9296d08 CLOUDP-57858: List all available mongod processes/hosts, C/OM (#103)
720e880 CLOUDP-57859: Describe the given process, OM (#108)
8c67af1 CLOUDP-57860: List all available measurements for the given process, C/OM (#87)
217cb30 CLOUDP-57861: Describe available measurements for partition of the given process, OM (#107)
0caad2e CLOUDP-59015: Upload rpm to mongo yum repo (#78)
e17b40b CLOUDP-59016: Upload deb to mongo dpkg repo (#94)
744455b CLOUDP-59635: Embedding pagination into a struct to favour reuse (#95)
0972f6a CLOUDP-60191: Missing force flag for deleting users (#86)
bc05920 CLOUDP-60379: Use OM go client search instead of internal (#90)
f3e6407 CLOUDP-60397: Use moved method to the om client instead of internal (#91)
6dbbd8b CLOUDP-60401: Update README to use new brew repo (#92)
8510fd3 CLOUDP-60787: Unify go versions (#98)
f58bfb3 CLOUDP-60789: mongocli atlas measurements databases list (#99)
148308f CLOUDP-60870: Lists process disks/paritions, OM (#104)
827a46d CLOUDP-60875: List host databases, OM (#105)
9ca72d1 CLOUDP-60961: Invalid encoding when generating secure key (#109)
bf11117 CLOUDP-60989: Fix package publishing for ubuntu and debian (#112)
76eea46 CLOUDP-61081: Cleanup fixtures (#113)
be0c816 Fix publish adding NOTARY_KEY_NAME (#106)
ba153b6 Update atlas and OM go clients (#93)
9cbcddc Update cobra (#116)
b9eef76 Update github.com/AlecAivazis/survey/v2 (#114)
9951e81 Update mock (#115)
6421bcc remove the messages package as we only had a method there so far (#117)

mongodb-atlas-cli - v0.0.4

Published by gssbzn over 4 years ago

Changelog

1b56d3d CLOUDP-56480: Clusters list command should return all clusters (#45)
2184c00 CLOUDP-57517: List Alert configuration, C/OM (#42)
1a9e0c6 CLOUDP-57630: C/OM automation status (#50)
c50d486 CLOUDP-57657: Add E2E test for updating an atlas cluster with a file (#37)
3c083a9 CLOUDP-57854: List automated servers (#49)
eaa2f82 CLOUDP-57862: Backup: List available snapshots, Atlas (#40)
bc55ca2 CLOUDP-57863: List available checkpoints, atlas/cm/om (#48)
f161680 CLOUDP-57864: Backup: Start a restore job (#46)
9fb1cca CLOUDP-58341: Fix gorelaser brew formula url template (#35)
a522a2d CLOUDP-58568: Deleting alert configs is not asking for confirmation (#36)
0f3f0f2 CLOUDP-58940: Don't sort commands alphabetically (#43)
97e420a CLOUDP-58960: Backup: list available restore jobs (#44)
fa256c3 CLOUDP-59277: Set up evergreen (#52)

mongodb-atlas-cli - v0.1.0

Published by gssbzn over 4 years ago

Changelog

9aaa3ce CLOUDP-57306: List alerts (Atlas) (#60)
5e99ddc CLOUDP-57529: Add short version to username and password flags (#80)
fce351f CLOUDP-57631: Describe Atlas Alert (#58)
df53115 CLOUDP-57633: Acknowledge an alert (#61)
9df5aa7 CLOUDP-57839: Create db users, C/OM (#54)
737e9e6 CLOUDP-57840: List db users, C/OM (#55)
f3c1934 CLOUDP-57841: Delete dbusers C/OM (#57)
700b5e0 CLOUDP-57842: Update alert configs, Atlas (#70)
ad43d21 CLOUDP-57843: Update alert configs, C/OM (#71)
1cd6752 CLOUDP-57844: List matcher fields, Atlas (#62)
001f5a5 CLOUDP-57845: List matcher fields, OM (#63)
40016ce CLOUDP-57846: List global alerts in mongocli (#67)
2523385 CLOUDP-57849:List events, Atlas (#81)
a2698ab CLOUDP-58790: Take database name from a flag when handling dbusers, Atlas (#53)
ec5aa64 CLOUDP-59356: Improving the deleteOpts api in Mongocli (#56)
d173104 CLOUDP-59492 Add the status flag to the alerts list (#68)
4efe5cb CLOUDP-59567: Adding the support of alerts for OM in mcli (#65)
cdf4d72 CLOUDP-59682: Enable security on C/OM (#75)
9fff8dd CLOUDP-59777: Use profile project id for listing clusters (#74)
c8d11d9 CLOUDP-59811: Show automation config (#76)
2af25a1 CLOUDP-60018: Add missing commands to cloud manager (#79)
d61513d CLOUDP-60098: Update api clients (#84)
548d66a Update CONTRIBUTING.md (#66)

mongodb-atlas-cli - v0.0.3

Published by gssbzn over 4 years ago

Changelog

ac25b32 CLOUDP-54305: CLI: Atlas cluster update via config file (#31)
59e4a0b CLOUDP-57522: Creating Atlas Alert Configuration (#30)
78bd58e CLOUDP-57831: CLI: Deleting an Atlas Alert Configuration (#32)
9efa1e2 CLOUDP-57869: Rename mcli to mongocli (#33)

mongodb-atlas-cli - v0.0.2

Published by gssbzn over 4 years ago

Changelog

d035cb8 (DOCSP-8336): Update help text (#3)
4ca2bd4 CLI: Describe Atlas ProjectIP Whitelist (#20)
0f7be06 CLOUDP-54304: CLI: Atlas cluster creation via config file (#25)
f1a4c81 CLOUDP-55062: Add support for awsSecurityGroup for whitelist entries (#6)
73d65ac CLOUDP-56396: Create list of OSS licenses used by mcli & include it in packaging (#7)
5d7bffe CLOUDP-56869: Update golangci-lint (#4)
2477b1e CLOUDP-56898: Update help text based on docs suggestions (#5)
7bb0f5e CLOUDP-56955: Update dependencies (#8)
33706dc CLOUDP-56969: Fix whitelist not being optional for owner creation (#9)
fc01c69 CLOUDP-56971: Check for invalid licenses
2f835b8 CLOUDP-56971: check for invalid licenses
10897b2 CLOUDP-57043: CLI: Listing Atlas database users (#17)
8328b67 CLOUDP-57045: CLI: Updating Atlas Database Users (#24)
c3af2b9 CLOUDP-57046: Atlas delete dbuser (#12)
50f966f CLOUDP-57047: set up an E2E test with cloud manager (#11)
0cb1960 CLOUDP-57093: Hombrew tap (#10)
d2bc279 CLOUDP-57241: Delete Project whitelist IP (#13)
14d0537 CLOUDP-57298: Modernize error detection for file not found (#14)
3975d29 CLOUDP-57303: Improve delete commands structure (#15)
36d0ba0 CLOUDP-57304: CLI: Listing Atlas ProjectIP Whitelist (#19)
9c1e517 CLOUDP-57315: Update gomock dependency (#16)
b6a15ec CLOUDP-57320: CLI: Listing Atlas Alert Configurations (#21)
fbe51e2 CLOUDP-57502: Add Github PR template requesting that contributors sign our CLA
41306e9 CLOUDP-57515: Correct method name from ProjectProjectIPWhitelist to P… (#22)
e6e9c72 CLOUDP-57563: Implementing the e2e test for the command mcli atlas cluster update (#28)
f7af365 CLOUDP-57683: Improve ip whitelist e2e (#26)
991caf8 CLOUDP-57723: Add tests and examples to the search pkg (#29)
5d9bd1d Simplify store initialization

mongodb-atlas-cli - v0.0.1

Published by gssbzn over 4 years ago

Changelog

b616098 CLOUDP-54303: CLI: OM Owner creation (#43)
a19eccf CLOUDP-55443: Manage the Config/Profile object on a singleton way (#40)
030653a CLOUDP-56173: Remove util package
85b4712 CLOUDP-56174: Add missing test to cluster update
4445411 CLOUDP-56175: Remove helper files a create the appropriate structure
87ac60b CLOUDP-56373: remove unused flag members from atlas cluster update
dd7419d CLOUDP-56374: Remove globalOpts from commands that no longer use it
2eaa56a CLOUDP-56397: ent versions are failing to deploy due to semver matching (#41)
b577b3b CLOUDP-56448: Graciously fail filtering by orgId on projects for atlas (#42)
1d3eec7 CLOUDP-56542: change mcli license to Apache2
3e70085 CLOUDP-56543: Update pcgc and atlas go client to latest version
00f3dbc CLOUDP-56544: project_id not available as a set config (#44)
3da296e CLOUDP-56545: Add an apply command to clusters OM (#45)
e58d178 CLOUDP-56549: Move to public drone (#1)
c3478a3 CLOUDP-56557: Fix apply command name typo
aba6bb3 CLOUDP-56559 Remove config set example (#2)
6338a8c CLOUDP-56561: Move to the mongodb namespace
49bb315 Fix docs for search methods
07f69a5 Update README.md
ec64369 Update README.md
d6c92c8 Update README.md

Package Rankings
Top 5.13% on Proxy.golang.org