Daniel Mangum
Daniel Mangum
### What problem are you facing? Currently, users can connect to control planes using `up ctp kubeconfig get`, which requires providing a token. Ideally, users could re-use the credential data...
### What problem are you facing? Currently, when using `up xpkg build`, the `--examples-root` flag defaults to `./examples` and gets passed the same `--ignore` stanza. This means that if an...
### What problem are you facing? Currently, if a command usage is printed at the wrong maturity level, we tell the user to use the `____ variant`: ``` 🤖 (up)...
### What happened? I accidentally opened VSCode in a parent directory of many directories with content `xpls` would attempt to validate. This resulted in high CPU%, which continued (i.e. process...
### What problem are you facing? In https://github.com/upbound/up/pull/226, we added the ability to pretty print for some commands, but we are currently relying on the `pterm` defaults. ### How could...
### What problem are you facing? Currently, a few of the APIs that `up` interacts with (primarily `up ctp list` when `UP_MCP_EXPERIMENTAL=true`) support pagination with relatively small default values (e.g....
Some tools, such as the [rust compiler](https://doc.rust-lang.org/error-index.html), support an error index, with each error corresponding to a code that can be looked up for more information. This allows for users...
### What problem are you facing? `up` currently supports installing and upgrading `uxp`, and will support installation of other products in the future as well. The only [supported "installer"](https://github.com/upbound/up/tree/main/internal/uxp/installers/helm) today...
Currently `up uxp upgrade` will fail to upgrade from an installed Crossplane version unless an explicit version is specified and it is compatible (i.e. `up uxp upgrade v1.2.1-up.3`). If no...
All downloads of `up` should be checked against a checksum. Checksums can be automatically published on github for releases, but we should consider publishing them alongside binaries on `https://cli.upbound.io` so...