@ahqstore/cli 0.11.3 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.toml CHANGED
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  edition = "2021"
3
3
  name = "ahqstore_cli_rs"
4
- version = "0.11.3"
4
+ version = "0.12.0"
5
5
  description = "AHQ Store CLI"
6
6
  repository = "https://github.com/ahqstore/cli"
7
7
  homepage = "https://github.com/ahqstore/cli"
package/README.md CHANGED
@@ -1,8 +1,20 @@
1
1
  # AHQ Store CLI
2
2
 
3
+ [![crates.io](https://img.shields.io/crates/v/ahqstore_cli_rs)](https://crates.io/crates/ahqstore_cli_rs)
4
+ [![npm](https://img.shields.io/npm/v/@ahqstore/cli)](https://www.npmjs.com/package/@ahqstore/cli)
5
+ [![JSR Version](https://img.shields.io/jsr/v/@ahqstore/cli)](https://jsr.io/@ahqstore/cli)
6
+ [![PyPI](https://img.shields.io/pypi/v/ahqstore-cli)](https://pypi.org/project/ahqstore-cli/)
7
+ [![NuGet](https://img.shields.io/nuget/v/AHQStoreCLI)](https://www.nuget.org/packages/AHQStoreCLI)
8
+ [![pub.dev](https://img.shields.io/pub/v/ahqstore_cli)](https://pub.dev/packages/ahqstore_cli)
9
+ [![Build](https://github.com/ahqstore/cli/actions/workflows/publish.yml/badge.svg)](https://github.com/ahqstore/cli/actions/workflows/publish.yml)
10
+
11
+ ---
12
+
3
13
  Read more about it [here](https://ahqstore.github.io)
4
14
 
5
- This is the Official AHQ Store CLI and the CLI with the most number of ports.
15
+ The **official cross-platform AHQ Store CLI**, built in Rust and exported everywhere via C ABI.
16
+ One codebase → many runtimes:
17
+
6
18
  The original CLI has been written in rust lang and we're quite excited to tell you how versatile this tool actually is. This tool is **OFFICIALLY** available and maintained for :
7
19
 
8
20
  - [Crates.io (Original)](https://crates.io/crates/ahqstore_cli_rs)
@@ -13,6 +25,8 @@ The original CLI has been written in rust lang and we're quite excited to tell y
13
25
  - [Pub.dev (Port)](https://pub.dev/packages/ahqstore_cli)
14
26
  - [Golang (Port; See Installation Guide Below)](#golang)
15
27
 
28
+ Prebuilt binaries available for Linux, macOS, and Windows (x64, arm64, i686, armv7).
29
+
16
30
  All the platforms use the same codebase (the rust codebase). We're making use of the C-Abi to
17
31
  make the CLI compatible to the following languages/runtimes:
18
32
 
@@ -64,7 +78,7 @@ deno install -g npm:@ahqstore/cli
64
78
  ### Using JSR
65
79
 
66
80
  ```sh
67
- deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.11.3/js/cli.js
81
+ deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.12.0/js/cli.js
68
82
  ```
69
83
 
70
84
  ## Bun
@@ -90,7 +104,7 @@ go install github.com/ahqstore/cli-go/ahqstore@latest
90
104
  ## Dart
91
105
 
92
106
  ```sh
93
- dart pub global deactivate ahqstore_cli
107
+ dart pub global activate ahqstore_cli
94
108
  ```
95
109
 
96
110
  ## .NET C#
package/dart/README.md CHANGED
@@ -64,7 +64,7 @@ deno install -g npm:@ahqstore/cli
64
64
  ### Using JSR
65
65
 
66
66
  ```sh
67
- deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.11.3/js/cli.js
67
+ deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.12.0/js/cli.js
68
68
  ```
69
69
 
70
70
  ## Bun
@@ -90,7 +90,7 @@ go install github.com/ahqstore/cli-go/ahqstore@latest
90
90
  ## Dart
91
91
 
92
92
  ```sh
93
- dart pub global deactivate ahqstore_cli
93
+ dart pub global activate ahqstore_cli
94
94
  ```
95
95
 
96
96
  ## .NET C#
@@ -4,7 +4,7 @@ import 'dart:io';
4
4
  import 'package:ffi/ffi.dart';
5
5
  import 'package:http/http.dart';
6
6
 
7
- const String version = "0.11.3";
7
+ const String version = "0.12.0";
8
8
 
9
9
  String getUserHomeDirectory() {
10
10
  if (Platform.isLinux || Platform.isMacOS) {
package/dart/pubspec.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  name: ahqstore_cli
2
2
  description: An Official port of the original AHQ Store Rust CLI
3
- version: 0.11.3
3
+ version: 0.12.0
4
4
  repository: https://github.com/ahqstore/cli
5
5
  executables:
6
6
  ahqstore:
package/jsr.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://jsr.io/schema/config-file.v1.json",
3
3
  "name": "@ahqstore/cli",
4
- "version": "0.11.3",
4
+ "version": "0.12.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": "./js/cli.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahqstore/cli",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "description": "AHQ Store Official CLI, A port of the rust version to NodeJS",
5
5
  "keywords": [
6
6
  "cli",