zcli non-interactive mode
Is it possible to run zcli in non-interactive mode somehow?
8 Replies
What do you mean by non interactive way? 🤔 you dont want to scroll up or down to choose stuff ?
@kolisko every command supports params and arguments, it's only interactive when you don't pass them down
https://docs.zerops.io/references/cli/commands this might help you - if you feel stuck feel free to ping
Available Commands | Zerops
The available commands in our command line tool which you can use to interact with Zerops.
Each command can be called with the
--help
flag. You can then see what flags the command accepts.
If there is no user input option (TTY), the flags are mandatory and zcli
expects the flags and no tables and selects are shown.@nermal , can we please add to the section here https://docs.zerops.io/references/cli/commands#help, that each command has a
--help
flag to show detailed help for the command? ThanksSuree ☝️ will get it up within an hour
https://docs.zerops.io/references/cli/commands#help added env command as well - which was missing there before
Available Commands | Zerops
The available commands in our command line tool which you can use to interact with Zerops.
thanks for pointing