Skip to content

Conversation

@irainia
Copy link
Member

@irainia irainia commented Mar 30, 2022

This PR addresses #204 .

Changes

Project

Two additional commands are introduced here:

  • register project configuration and optionally along wit the namespaces
optimus project register [--flag]
  • describe project configuration from the selected server
optimus project describe [--flag]

Namespace

Three additional commands are introduced here:

  • register namespace configuration
optimus namespace register [--flag]
  • describe namespace configuration from the server
optimus namespace describe [--flag]
  • list namespaces from the server and the local config (if any)
optimus namespace list [--flag]

For this PR to be merged, this PR and this PR should be merged.

@irainia irainia self-assigned this Mar 30, 2022
@coveralls
Copy link

coveralls commented Mar 30, 2022

Pull Request Test Coverage Report for Build 2152382195

  • 54 of 55 (98.18%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 75.047%

Changes Missing Coverage Covered Lines Changed/Added Lines %
config/config_client.go 35 36 97.22%
Totals Coverage Status
Change from base Build 2148543985: 0.3%
Covered Lines: 5991
Relevant Lines: 7983

💛 - Coveralls

@sravankorumilli sravankorumilli changed the base branch from main to split-config March 31, 2022 19:36
Base automatically changed from split-config to main April 4, 2022 07:59
@irainia irainia force-pushed the feat-register-project-namespace branch 2 times, most recently from 36d78b6 to 09b8b7d Compare April 5, 2022 07:05
@irainia irainia mentioned this pull request Apr 5, 2022
1 task
@irainia irainia force-pushed the feat-register-project-namespace branch 3 times, most recently from b3f4a2d to dc4c46b Compare April 11, 2022 09:43
@irainia irainia marked this pull request as ready for review April 11, 2022 09:48
@irainia irainia force-pushed the feat-register-project-namespace branch from dc4c46b to 881c52e Compare April 12, 2022 02:44
@sravankorumilli sravankorumilli merged commit 4d01e2f into main Apr 14, 2022
@sravankorumilli sravankorumilli deleted the feat-register-project-namespace branch April 14, 2022 06:12
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.

Optimus provide a mechanism to register a project & namespace through cli

4 participants