Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove exec command and job translation #4604

Merged
merged 2 commits into from
Oct 13, 2024
Merged

remove exec command and job translation #4604

merged 2 commits into from
Oct 13, 2024

Conversation

wdbaruni
Copy link
Member

@wdbaruni wdbaruni commented Oct 8, 2024

No description provided.

Use: "exec",
Deprecated: "exec was an experimental feature and no longer supported",
RunE: func(cmd *cobra.Command, cmdArgs []string) error {
return nil
Copy link
Member

Choose a reason for hiding this comment

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

might return an error here too

Copy link
Member Author

Choose a reason for hiding this comment

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

not necessary and follows the same pattern as with other deprecated commands:

[bacalhau]→ bacalhau exec                                                                                        
Command "exec" is deprecated, exec was an experimental feature and no longer supported

@wdbaruni wdbaruni merged commit 026800b into main Oct 13, 2024
4 checks passed
@wdbaruni wdbaruni deleted the remove-exec branch October 13, 2024 12: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.

2 participants