Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fujiwara/apprun-cli): scaffold fujiwara/apprun-cli #30465

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

ponkio-o
Copy link
Contributor

@ponkio-o ponkio-o commented Dec 31, 2024

fujiwara/apprun-cli: apprun-cli is a command line interface for AppRun β Sakura Cloud.

$ aqua g -i fujiwara/apprun-cli

Check List

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

root@d513d70d6dcd:/workspace# apprun-cli --help
Usage: apprun-cli <command> [flags]

Flags:
  -h, --help     Show context-sensitive help.
      --debug    Enable debug mode ($DEBUG)

Commands:
  init --name=STRING [flags]
    Initialize files from existing application

  deploy <application> [flags]
    Deploy an application

  list [flags]
    List applications

  diff <application> [flags]
    Show diff of applications

  render <application> [flags]
    Render application

  status <application> [flags]
    Show status of applications

  delete <application> [flags]
    Delete the application

  user <operation> [flags]
    Manage apprun user

Run "apprun-cli <command> --help" for more information on a command.

If files such as configuration file are needed, please share them.

Reference

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Dec 31, 2024
@suzuki-shunsuke suzuki-shunsuke added this to the v4.288.0 milestone Dec 31, 2024
@suzuki-shunsuke
Copy link
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke merged commit 6edc7f4 into aquaproj:main Dec 31, 2024
17 checks passed
@ponkio-o ponkio-o deleted the feat/fujiwara/apprun-cli branch December 31, 2024 09:41
@suzuki-shunsuke
Copy link
Member

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 3, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.286.0` -> `v4.289.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.289.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.289.0)

[Compare Source](aquaproj/aqua-registry@v4.288.0...v4.289.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.289.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.289.0) | aquaproj/aqua-registry@v4.288.0...v4.289.0

#### 🎉 New Packages

[#&#8203;30518](aquaproj/aqua-registry#30518) [dskkato/rjo](https://github.com/dskkato/rjo): A small utility to create JSON objects, written in Rust [@&#8203;jihchi](https://github.com/jihchi)

### [`v4.288.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.288.0)

[Compare Source](aquaproj/aqua-registry@v4.287.0...v4.288.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.288.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.288.0) | aquaproj/aqua-registry@v4.287.0...v4.288.0

#### 🎉 New Packages

[#&#8203;30465](aquaproj/aqua-registry#30465) [fujiwara/apprun-cli](https://github.com/fujiwara/apprun-cli): apprun-cli is a command line interface for AppRun β Sakura Cloud [@&#8203;ponkio-o](https://github.com/ponkio-o)
[#&#8203;30464](aquaproj/aqua-registry#30464) [samwho/spacer](https://github.com/samwho/spacer) - CLI tool to insert spacers when command output stops [@&#8203;ryoppippi](https://github.com/ryoppippi)

#### Fixes

[#&#8203;30442](aquaproj/aqua-registry#30442) Canop/rhit: Support windows and darwin by cargo

[aqua >= v2.41.0 is required](https://github.com/aquaproj/aqua/releases/tag/v2.41.0)

### [`v4.287.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.287.0)

[Compare Source](aquaproj/aqua-registry@v4.286.0...v4.287.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.287.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.287.0) | aquaproj/aqua-registry@v4.286.0...v4.287.0

#### 🎉 New Packages

[#&#8203;30439](aquaproj/aqua-registry#30439) [Canop/rhit](https://github.com/Canop/rhit): A nginx log explorer [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;30441](aquaproj/aqua-registry#30441) [Lifailon/lazyjournal](https://github.com/Lifailon/lazyjournal): TUI for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering with fuzzy find, regex support (like fzf and grep) and coloring the output, written in Go with the gocui library [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;30440](aquaproj/aqua-registry#30440) [robinovitch61/kl](https://github.com/robinovitch61/kl): An interactive Kubernetes log viewer for your terminal [@&#8203;tmeijn](https://github.com/tmeijn)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants