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

add egctl edit, egctl logs, update egctl create cmd #1067

Merged
merged 15 commits into from
Aug 31, 2023
Prev Previous commit
Next Next commit
update egctl cheat sheet
  • Loading branch information
suchen-sci committed Aug 18, 2023
commit fad067ad09567be08a65d93cbab0fff010721641
1 change: 1 addition & 0 deletions doc/egctl-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ egctl edit httpserver httpserver-demo # edit httpserver with name httpserver-de
egctl edit customdata cdk-demo # batch edit custom data with kind cdk-demo
egctl edit customdata cdk-demo data1 # edit custom data data1 of kind cdk-demo
```
The default editor for `egctl edit` is `vi`. To change it, update the `EGCTL_EDITOR` environment variable.

## Deleting resources
```
Expand Down