cli
cli copied to clipboard
Shoutem CLI is a tool which helps you build Shoutem extensions faster
If there's only one app in Builder, would be great if `shoutem clone` cloned it without having to select it.
message: null request: method: post redirect: follow headers: _headers: accept: - application/vnd.api+json authorization: - Basic TOKEN url: https://auth.api.shoutem.com/v1/auth/tokens follow: 20 compress: true counter: 0 bodyUsed: false size: 0 timeout: 0...
Especially for automated builds it would be nice to be able to give username & password as command line arguments to the shoutem login command ...
Running `shoutem configure` more than once for the same app, breaks the app. It seems that for a few files, changes are appended and not replaced when running `shoutem configure`....
- build web package for extension that have webDependencies declared - this package is downloaded and used when cloning the app and fetching extension code remotely - disable bun in...