-
Notifications
You must be signed in to change notification settings - Fork 31
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
Ideas for new features #141
Labels
Comments
Hi. Thanks for writing this down. I'll try to reply:
In general, I think it would make sense to split those feature requests in separated Github issues, I will also tag some of them as "Good first issue" |
Ok @pizzamig I'll then go thrugh this and create tickets. Also I'll try to help on coding as well, but not that experienced in shell. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure what would be the best way to write about this and how detailed I need to be. But let me write a list of feature would make pot even better. Most of it I use through pre-post hooks and other wrappers around pot command
pot ls
could benefit using filter by tags, to show only production pots for example.port export
is not allowed with alias network type?pot ls -o name,active,type,ip
pot ls foo*
would list all pots begin with foo. I believe this can be done via grep regexp rule.pot exec -p mypot -- ls -al
pot set-attr -A user.account -V 12345
. If later this could be used to list only pots that belong to user.account = 12345 would be even betterpot start <potname>
vspot set-attr -p <potname>
. Not use if this is a limitation within the shell or something else. But I believepot set-attr -A <attribute> -V <value> <potname>
would be more natural to use.I know a lot to ask but at least I would love some feedback and should I write more details for each feature? I'm sure I will come up with some more when going through all the features and testing how to integrate them into our system.
The text was updated successfully, but these errors were encountered: