Skip to content

Commit

Permalink
Update image, readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zarubin committed Feb 1, 2024
1 parent 2fcb1bb commit 4008c1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 53 deletions.
57 changes: 5 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,11 @@

An application that simplifies the life of an application developer for the Aurora OS.

## Features

* sdk
- available - Get available version Aurora SDK.
- install - Download and run install Aurora SDK.
- installed - Get version installed Aurora SDK.
- tool - Run maintenance tool (remove, update).
* psdk
- available - Get available version Aurora Platform SDK.
- install - Download and install Aurora Platform SDK.
- installed - Get installed list Aurora Platform SDK.
- remove - Remove installed Aurora Platform SDK.
- sudoers - Add/Del sudoers permissions Aurora Platform SDK.
- sign - Sign (with re-sign) RPM package.
- validate - Validate RPM packages.
- sdk-install - Install RPM packages to target.
- sdk-remove - Remove package from target.
- list-targets - Get list targets Aurora Platform SDK.
* flutter
- available - Get available versions flutter.
- install - Install Flutter SDK for Aurora OS.
- installed - Get installed list Flutter SDK.
- remove - Remove Flutter SDK.
* device
- available - Get available devices from configuration.
- command - Execute the command on the device.
- upload - Upload file to ~/Download directory device.
- install - Install RPM package on device.
- run - Run package on device in container.
* emulator
- available - Get available emulator.
- start - Start emulator.
- command - Execute the command on the emulator.
- upload - Upload file to ~/Download directory emulator.
- install - Install RPM package on emulator.
- run - Run package on emulator in container.

## Install dependencies

```shell
# Update
sudo apt update

# Install dependencies
sudo apt install python3-pip git git-lfs curl tar unzip bzip2
```

## Install app

```shell
python3 -m pip install aurora-cli
```
<p>
<a href="https://keygenqt.github.io/aurora-cli">
<img src="data/common/see_more.gif" width="200px"/>
</a>
</p>

### License

Expand Down
Binary file added data/banner_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/see_more.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![PyPI version](https://badge.fury.io/py/aurora-cli.svg)](https://badge.fury.io/py/aurora-cli)

![picture](https://github.com/keygenqt/aurora-cli/blob/main/data/banner_small.png?raw=true)
![picture](https://github.com/keygenqt/aurora-cli/blob/main/data/banner_round.png?raw=true)

### License

Expand Down

0 comments on commit 4008c1d

Please sign in to comment.