This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## master #297 +/- ##
=======================================
Coverage 74.77% 74.77%
=======================================
Files 15 15
Lines 991 991
=======================================
Hits 741 741
Misses 218 218
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Prafulla Mahindrakar prafulla.mahindrakar@gmail.com
TL;DR
Proposed usage from flytectl
Get setting
Get Full settings
flytectl get settings -o yaml -settingFile full_settings.yamlGenerate a sample full settings
flytectl get settings -o yaml -settingFile full_settings.yaml --genGlobal settings
flytectl get settings --global -o yaml -settingFile global_settings.yamlGenerate a sample global settings
flytectl get settings --global -o yaml -settingFile global_settings.yaml --genproject setting
flytectl get settings -p project -settingFile project_settings.yamlGenerate a sample project settings
flytectl get settings -p project -o yaml -settingFile project_settings.yaml --gendomain settings
flytectl get settings -p project -d domain -settingFile domain_settings.yamlGenerate a sample domain settings
flytectl get settings -p project -d domain -o yaml -settingFile domain_settings.yaml --genworkflow settings
flytectl get settings -p project -d domain workflow -settingFile workflow_settings.yamlGenerate a sample workflow settings
flytectl get settings -p project -d domain -o yaml -settingFile workflow_settings.yaml --genlaunchplan settings
flytectl get settings -p project -d domain launchplan -settingFile launchplan_settings.yamlGenerate a sample launchplan settings
flytectl get settings -p project -d domain launchplan -o yaml -settingFile launchplan_settings.yaml --genUpdate setting
Update Full settings
flytectl update settings --settingFile settings.yamlGlobal settings
flytectl update settings --global -settingFile global_settings.yamlproject setting
flytectl update settings -p project -settingFile project_settings.yamldomain settings
flytectl update settings -p project -d domain -settingFile domain_settings.yamlworkflow settings
flytectl update settings -p project -d domain workflow -settingFile workflow_settings.yamllaunchplan settings
flytectl update settings -p project -d domain launchplan -settingFile launchplan_settings.yamlDelete setting
Global settings
flytectl delete settings --globalproject setting
flytectl delete settings -p projectdomain settings
flytectl delete settings -p project -d domainworkflow settings
flytectl delete settings -p project -d domain workflowlaunchplan settings
flytectl delete settings -p project -d domain launchplanType
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
flyteorg/flyte#2322
flyteorg/flyte#2070
Follow-up issue
NA