-
If you have CLI application which uses AppCLI, then $this->app->url('foo/bar') will throw notification, that $app->page variable is not set.
It's quite logical, but still it would be very good if AppC…
-
It would be nice to have `appcli` log its usage executions and resulting output, as currently the only way to track past executions and output of an `appcli` application is by manually recorded the lo…
-
`appcli` should publish a python wheel to speed up installation and reduce file sizes needed for transfer.
See https://realpython.com/python-wheels/
-
The currently-recommended path to using appcli is to create your own docker image FROM the appcli docker image, install appcli via requirements.txt, and go. i.e.
```
FROM brightsparklabs/appcli
…
-
**System (please complete the following information):**
- OS: `windows 10`
- GO Version: `1.21.6`
- Pkg Version: `v3.2.3`
**Describe the bug**
I set a ‘run’ command for the app through…
-
We should create a `cookiecutter` project to be able to spin up appcli-ified projects.
https://cookiecutter.readthedocs.io/en/1.7.2/README.html
This will *greatly* enhance the experience of crea…
-
I am having an issue with class name as subcommand that are different than the subcommand itself.
I have my code like this...
``` ruby
class AppCLI < Thor
end
class CLI < Thor
desc "app s…
-
hi,
This question has already been asked [here](https://github.com/grpc/grpc/issues/34073)
Does the Grpc client have additional methods or properties to get the server name, port number …
-
Most of the default python cli script can be expressed as a set of variables that could be defined as a YAML file. This should support only the simple cases of appcli usage (i.e. no hooks or other cus…
-
Add a command that can generate the required ZSH & BASH completions scripts for appcli usage.
https://github.com/zsh-users/zsh-completions
https://github.com/scop/bash-completion