This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
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 [email protected]
TL;DR
Proposed usage from flytectl
Get setting
Get Full settings
flytectl get settings -o yaml -settingFile full_settings.yaml
Generate a sample full settings
flytectl get settings -o yaml -settingFile full_settings.yaml --gen
Global settings
flytectl get settings --global -o yaml -settingFile global_settings.yaml
Generate a sample global settings
flytectl get settings --global -o yaml -settingFile global_settings.yaml --gen
project setting
flytectl get settings -p project -settingFile project_settings.yaml
Generate a sample project settings
flytectl get settings -p project -o yaml -settingFile project_settings.yaml --gen
domain settings
flytectl get settings -p project -d domain -settingFile domain_settings.yaml
Generate a sample domain settings
flytectl get settings -p project -d domain -o yaml -settingFile domain_settings.yaml --gen
workflow settings
flytectl get settings -p project -d domain workflow -settingFile workflow_settings.yaml
Generate a sample workflow settings
flytectl get settings -p project -d domain -o yaml -settingFile workflow_settings.yaml --gen
launchplan settings
flytectl get settings -p project -d domain launchplan -settingFile launchplan_settings.yaml
Generate a sample launchplan settings
flytectl get settings -p project -d domain launchplan -o yaml -settingFile launchplan_settings.yaml --gen
Update setting
Update Full settings
flytectl update settings --settingFile settings.yaml
Global settings
flytectl update settings --global -settingFile global_settings.yaml
project setting
flytectl update settings -p project -settingFile project_settings.yaml
domain settings
flytectl update settings -p project -d domain -settingFile domain_settings.yaml
workflow settings
flytectl update settings -p project -d domain workflow -settingFile workflow_settings.yaml
launchplan settings
flytectl update settings -p project -d domain launchplan -settingFile launchplan_settings.yaml
Delete setting
Global settings
flytectl delete settings --global
project setting
flytectl delete settings -p project
domain settings
flytectl delete settings -p project -d domain
workflow settings
flytectl delete settings -p project -d domain workflow
launchplan settings
flytectl delete settings -p project -d domain launchplan
Type
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