RWX CLI v3.0.0
What's Changed
- Deprecate --json in favor of --output json by @jmsanders in #277
- Use consistent spinners by @jmsanders in #279
- Add
rwx run --waitto poll for run completion by @jmsanders in #278 - Avoid panic on empty yaml file by @kylekthompson in #280
- Reuse spin function by @jmsanders in #281
- Re-introduce a wait until the task is successful for rwx image push by @kylekthompson in #282
- Implement rwx run --output llm by @jmsanders in #283
- Support --output json in simple commands by @jmsanders in #284
- Support --output json for rwx lint by @jmsanders in #286
- Hide rwx packages by @jmsanders in #285
- Introduce rwx get run by @jmsanders in #287
- Support --output json in rwx image pull by @jmsanders in #288
- Use --wait in our integration test by @jmsanders in #289
- Rename rwx get to rwx results by @jmsanders in #291
- Rename leaves to packages by @jmsanders in #293
- Rename image services so they sort together by @jmsanders in #292
- Split service.go by @jmsanders in #294
- Add some underscores to filenames by @jmsanders in #295
- Revert --output llm by @jmsanders in #296
- Refactor to return results struct from service layer by @jmsanders in #297
- Switch all JSON output to PascalCase by @jmsanders in #298
- Update RWX packages by @rwx-cloud-bot[bot] in #299
- Add
--output jsonto rwx image build by @jmsanders in #301 - Remove unused --verbose global flag by @jmsanders in #304
- Disambiguate run and dispatch via help text by @jmsanders in #305
- Swap run status endpoint by @jmsanders in #290
- Move config and results structs into service files by @jmsanders in #302
- Make --output and hidden --json global flags by @jmsanders in #303
- Add a leading line break to results by @jmsanders in #306
Full Changelog: v2...v3.0.0