aspera-cli 4.25.5 → 4.26.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +87 -54
- data/CONTRIBUTING.md +11 -2
- data/lib/aspera/api/aoc.rb +118 -78
- data/lib/aspera/api/node.rb +126 -61
- data/lib/aspera/ascp/installation.rb +117 -54
- data/lib/aspera/cli/extended_value.rb +1 -0
- data/lib/aspera/cli/formatter.rb +47 -40
- data/lib/aspera/cli/manager.rb +30 -4
- data/lib/aspera/cli/plugins/aoc.rb +214 -136
- data/lib/aspera/cli/plugins/ats.rb +3 -3
- data/lib/aspera/cli/plugins/base.rb +17 -42
- data/lib/aspera/cli/plugins/config.rb +5 -3
- data/lib/aspera/cli/plugins/console.rb +3 -3
- data/lib/aspera/cli/plugins/faspex.rb +5 -5
- data/lib/aspera/cli/plugins/faspex5.rb +20 -18
- data/lib/aspera/cli/plugins/node.rb +66 -70
- data/lib/aspera/cli/plugins/oauth.rb +5 -12
- data/lib/aspera/cli/plugins/orchestrator.rb +13 -13
- data/lib/aspera/cli/plugins/preview.rb +116 -80
- data/lib/aspera/cli/plugins/server.rb +3 -11
- data/lib/aspera/cli/plugins/shares.rb +7 -7
- data/lib/aspera/cli/version.rb +1 -1
- data/lib/aspera/dot_container.rb +7 -3
- data/lib/aspera/environment.rb +30 -19
- data/lib/aspera/keychain/macos_security.rb +1 -1
- data/lib/aspera/log.rb +1 -1
- data/lib/aspera/preview/file_types.rb +1 -1
- data/lib/aspera/preview/generator.rb +146 -91
- data/lib/aspera/preview/options.rb +4 -1
- data/lib/aspera/preview/terminal.rb +50 -20
- data/lib/aspera/preview/utils.rb +76 -34
- data/lib/aspera/products/transferd.rb +1 -1
- data/lib/aspera/rest.rb +32 -0
- data/lib/aspera/rest_list.rb +23 -16
- data/lib/aspera/secret_hider.rb +3 -1
- data/lib/aspera/sync/operations.rb +1 -1
- data/lib/aspera/uri_reader.rb +17 -2
- data.tar.gz.sig +0 -0
- metadata +5 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dcaa66a7401bb325ae68b4f51ef44e7820332159203a7a5247fc3c2d447d9e5
|
|
4
|
+
data.tar.gz: cf0a6734797c0803d77daa01b547daccf4dc4af0c17ff7872d186ad3fbffe62f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3c8fb9d31eca016b0c88ef324aa307e73535b34672cd2f42d54c4695b7d12fa8d18e98cdbff7115a65856d161ba5869fb3e3e83eef97293411189d7c8f5a454
|
|
7
|
+
data.tar.gz: bfee651a574ceaa6c6e10ea54b51d50e3d58cf33e0e89b909ad71bff7969dcb01c45707b3ae2cc4bccd553bb69c42ab0f288a043943df01fd9ca9379d6650872
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
|
|
4
4
|
|
|
5
|
+
## 4.26.0
|
|
6
|
+
|
|
7
|
+
Released: 2026-05-28
|
|
8
|
+
|
|
9
|
+
### New Features
|
|
10
|
+
|
|
11
|
+
* `preview`: New option `root_url` (replaces `file_access`), to override how to access files on storage.
|
|
12
|
+
* `node`: (also `aoc files`) Operation `modify` added to `permissions`.
|
|
13
|
+
* `node`: (also `aoc files`) Operation `list` now uses paging.
|
|
14
|
+
* `aoc`: When creating a shared inbox, the value of option `workspace` is now used as default value to set field `workspace_id`.
|
|
15
|
+
* `aoc`: Support additional operations on `admin application`, like activate/deactivate app in workspace.
|
|
16
|
+
* `aoc`: Support additional operations on `admin user` and `user`: `preferences` and `notifications`.
|
|
17
|
+
* `aoc`: Support selection of workspace using percent selectors: `%name:` and `%id:`.
|
|
18
|
+
* **global**: Added download URLs for `transferd` 1.1.8.
|
|
19
|
+
* **global**: New Extended Value modifier: `s` converts to `String`.
|
|
20
|
+
* **global**: Parameter `str_lst_sep` or option `table_style` allows setting separator for list of strings.
|
|
21
|
+
|
|
22
|
+
### Issues Fixed
|
|
23
|
+
|
|
24
|
+
* `format`: In `table` format with option `flat_hash=yes`, fixed that some parameters were not shown. Moreover, (Node API: /info), if an array of hash with name/value keys is returned with one extra key, still apply simplification.
|
|
25
|
+
* **global**: Fixed #254.
|
|
26
|
+
|
|
27
|
+
### Breaking Changes
|
|
28
|
+
|
|
29
|
+
* `preview`: Removed option `file_access`, replaced with option `root_url`.
|
|
30
|
+
* `aoc`: Command `resource` in `admin`is now removed. It was deprecated since 4.18. Use the same command without `resource`. Place the resource name directly after `admin`.
|
|
31
|
+
|
|
32
|
+
## 4.25.6
|
|
33
|
+
|
|
34
|
+
Released: 2026-04-08
|
|
35
|
+
|
|
36
|
+
### Issues Fixed
|
|
37
|
+
|
|
38
|
+
* `node`: #253 fix `node transfer list` infinite loop with `once_only`.
|
|
39
|
+
|
|
5
40
|
## 4.25.5
|
|
6
41
|
|
|
7
42
|
Released: 2026-03-25
|
|
@@ -14,9 +49,7 @@ Released: 2026-03-25
|
|
|
14
49
|
|
|
15
50
|
* `config`: Fixed `preset update` with dot-path options.
|
|
16
51
|
* `sync`: #251 in `admin` command: Fixed database path on Windows: Use `~private-asp` instead of `.private-asp`.
|
|
17
|
-
* `httpgw`: #252 HTTPGW transfer showed success even
|
|
18
|
-
|
|
19
|
-
### Breaking Changes
|
|
52
|
+
* `httpgw`: #252 HTTPGW transfer showed success even when error code `403` was returned. Now raises error with message.
|
|
20
53
|
|
|
21
54
|
## 4.25.4
|
|
22
55
|
|
|
@@ -115,7 +148,7 @@ Released: 2026-01-21
|
|
|
115
148
|
### Issues Fixed
|
|
116
149
|
|
|
117
150
|
* `aoc`: Restored command `admin workspace shared_folder :id list` which was since 4.11.0.
|
|
118
|
-
* `direct`: When using `ascp4
|
|
151
|
+
* `direct`: When using `ascp4`, do not set env var: `ASPERA_TEST_REDIS_DISABLE`, else it fails with: `Failed to initialize application`.
|
|
119
152
|
* `shares`: Properly detect using `/node_api/ping` endpoint instead of `/app`.
|
|
120
153
|
|
|
121
154
|
### Breaking Changes
|
|
@@ -194,7 +227,7 @@ Released: 2025-09-30
|
|
|
194
227
|
* `console`: Removed options `filter_from` and `filter_to`. Use standard option `query` instead.
|
|
195
228
|
* `sync`: Removed option `sync_info`. Replaced with positional parameters. Streamlined command line interface. Applies to all plugins with `sync` command.
|
|
196
229
|
* `async`: Removed option `sync_name`. Replaced with percent selector `%name:`.
|
|
197
|
-
* `aoc`: `files download` using gen4 API
|
|
230
|
+
* `aoc`: `files download` using gen4 API no longer requires providing the containing folder in first position, and then only file names. Now, directly provide the path to all files.
|
|
198
231
|
* `logger`: Log is simplified, date is removed by default. Use `--log_format=standard` to revert to standard Ruby logger. See option `log_format` for details.
|
|
199
232
|
|
|
200
233
|
## 4.23.0
|
|
@@ -208,7 +241,7 @@ Released: 2025-08-11
|
|
|
208
241
|
|
|
209
242
|
### Issues Fixed
|
|
210
243
|
|
|
211
|
-
* `server`: #209: missing home folder for transfer user shall not cause an error.
|
|
244
|
+
* `server`: #209: a missing home folder for the transfer user shall not cause an error.
|
|
212
245
|
* `direct`: #205: `kill` blocks `cmd` on Windows.
|
|
213
246
|
|
|
214
247
|
### Breaking Changes
|
|
@@ -303,7 +336,7 @@ Released: 2025-01-21
|
|
|
303
336
|
### New Features
|
|
304
337
|
|
|
305
338
|
* `aoc`: Improved usability for creation of Admin shared folders.
|
|
306
|
-
* `node`: New option `node_cache` (
|
|
339
|
+
* `node`: New option `node_cache` (boolean) for gen4 operations.
|
|
307
340
|
* `node`: Option `root_id` now always works for node gen4, as well as `%id:` for file selection in addition to path.
|
|
308
341
|
* `node`: `transfer list` now uses the `iteration_token` to retrieve all values. Option `once_only` is now supported.
|
|
309
342
|
* **global**: Option `http_options` now include retry options.
|
|
@@ -407,7 +440,7 @@ Released: 2024-07-13
|
|
|
407
440
|
|
|
408
441
|
### Breaking Changes
|
|
409
442
|
|
|
410
|
-
* `config`: Command `remote_certificate` now takes a
|
|
443
|
+
* `config`: Command `remote_certificate` now takes a sub-command.
|
|
411
444
|
* **global**: Moved a few internal classes in new/renamed modules.
|
|
412
445
|
* **global**: Deprecated pseudo transfer specification parameters starting with `EX_`:
|
|
413
446
|
* `EX_ssh_key_paths`: Use spec `ssh_private_key` or option `transfer_info={"ascp_args":["-i","..."]}`
|
|
@@ -492,7 +525,7 @@ General: Removed many redundant options, more consistency between plugins, see b
|
|
|
492
525
|
* **global**: Renamed option `notif_to` to `notify_to` and `notif_template` to `notify_template`.
|
|
493
526
|
* **global**: Removed extended value handler `incps`, as it is never used (use `extend` instead).
|
|
494
527
|
* **global**: Option `fields`: `+prop` is replaced with: `DEF,prop` and `-field` is replaced with: `DEF,-field`, and whole list is evaluated.
|
|
495
|
-
* **global**: Replaced option `progress` with option `progressbar` (
|
|
528
|
+
* **global**: Replaced option `progress` with option `progressbar` (boolean).
|
|
496
529
|
* **global**: Removed option `rest_debug` and `-r`, replaced with `--log-level=trace2`.
|
|
497
530
|
* **global**: The default file name for private key when using wizard is change from `aspera_aoc_key` to `my_private_key.pem`.
|
|
498
531
|
* `faspex5`: Removed option and `auth` type `link`: simply provide the public link as `url`.
|
|
@@ -620,8 +653,8 @@ Released: 2023-01-26
|
|
|
620
653
|
* **container**: Image has entry point.
|
|
621
654
|
* `aoc`: `admin res node` commands `v3` and `v4` replaced with `do` and command `v3` moved inside `do`.
|
|
622
655
|
* Renamed options for `sync`.
|
|
623
|
-
* Node gen4 operations are moved from aoc plugin to node plugin but made available where gen4 is used.
|
|
624
|
-
* If
|
|
656
|
+
* Node gen4 operations are moved from `aoc` plugin to node plugin but made available where gen4 is used.
|
|
657
|
+
* If WSS is enabled on server, use WSS.
|
|
625
658
|
* Lots of cleanup and refactoring.
|
|
626
659
|
|
|
627
660
|
## 4.10.0
|
|
@@ -671,9 +704,9 @@ Released: 2022-06-16
|
|
|
671
704
|
### New Features
|
|
672
705
|
|
|
673
706
|
* #76 add resource `group_membership` in `aoc`.
|
|
674
|
-
*
|
|
675
|
-
*
|
|
676
|
-
*
|
|
707
|
+
* New resource `metadata_profile` in `faspex5`.
|
|
708
|
+
* New command `user profile` in `faspex5`.
|
|
709
|
+
* Config wizard for `faspex5`.
|
|
677
710
|
* #75 gem is signed.
|
|
678
711
|
|
|
679
712
|
### Breaking Changes
|
|
@@ -697,7 +730,7 @@ Released: 2022-03-23
|
|
|
697
730
|
* Option `show_secrets` to reveal secrets in command output.
|
|
698
731
|
* Added and updated commands for Faspex 5.
|
|
699
732
|
* Option `cache_tokens`.
|
|
700
|
-
* Faspex4 dropbox packages can now be received by
|
|
733
|
+
* Faspex4 dropbox packages can now be received by ID.
|
|
701
734
|
|
|
702
735
|
### Issues Fixed
|
|
703
736
|
|
|
@@ -707,7 +740,7 @@ Released: 2022-03-23
|
|
|
707
740
|
|
|
708
741
|
* Command `conf gem path` replaces `conf gem_path`.
|
|
709
742
|
* Option `fpac` expects a value instead of URL.
|
|
710
|
-
* Option `cipher` in transfer spec must
|
|
743
|
+
* Option `cipher` in transfer spec must be hyphened.
|
|
711
744
|
* Renamed option `log_passwords` to `log_secrets`.
|
|
712
745
|
* Removed plugin `shares2` as products is now EOL.
|
|
713
746
|
|
|
@@ -724,7 +757,7 @@ Released: 2022-02-04
|
|
|
724
757
|
|
|
725
758
|
### Issues Fixed
|
|
726
759
|
|
|
727
|
-
* #60 ascli executable was not installed by default in 4.5.0.
|
|
760
|
+
* #60 `ascli` executable was not installed by default in 4.5.0.
|
|
728
761
|
* Add password hiding case in logs.
|
|
729
762
|
|
|
730
763
|
### Breaking Changes
|
|
@@ -743,9 +776,9 @@ Released: 2021-12-27
|
|
|
743
776
|
### New Features
|
|
744
777
|
|
|
745
778
|
* Support transfer agent: [Transfer SDK](README.md#agt_trsdk).
|
|
746
|
-
* Support [
|
|
779
|
+
* Support [HTTP socket options](README.md#http_options).
|
|
747
780
|
* Logs hide passwords and secrets, option `log_passwords` to enable logging secrets.
|
|
748
|
-
* `config vault` supports encrypted passwords, also
|
|
781
|
+
* `config vault` supports encrypted passwords, also macOS keychain.
|
|
749
782
|
* `config preset` command for consistency with macOS.
|
|
750
783
|
* Identifier can be provided using either option `id` or directly after the command, e.g. `delete 123` is the same as `delete --id=123`.
|
|
751
784
|
|
|
@@ -771,7 +804,7 @@ Released: 2021-11-13
|
|
|
771
804
|
* `aoc admin res xxx list` now get all items by default #50.
|
|
772
805
|
* `preset` option can specify name or hash value.
|
|
773
806
|
* `node` plugin accepts bearer token and access key as credential.
|
|
774
|
-
* `node` option `token_type` allows using basic token in addition to
|
|
807
|
+
* `node` option `token_type` allows using basic token in addition to Aspera type.
|
|
775
808
|
|
|
776
809
|
### Breaking Changes
|
|
777
810
|
|
|
@@ -794,14 +827,14 @@ Released: 2021-09-23
|
|
|
794
827
|
### New Features
|
|
795
828
|
|
|
796
829
|
* `faspex package list` retrieves the whole list, not just first page.
|
|
797
|
-
* Support web based auth to aoc and
|
|
830
|
+
* Support web based auth to `aoc` and `faspex5` using HTTPS, new dependency on gem `webrick`.
|
|
798
831
|
* The error "Remote host is not who we expected" displays a special remediation message.
|
|
799
832
|
* `conf ascp spec` displays supported transfer spec.
|
|
800
833
|
* Options `notif_to` and `notif_template` to send email notifications on transfer (and other events).
|
|
801
834
|
|
|
802
835
|
### Issues Fixed
|
|
803
836
|
|
|
804
|
-
* Space character in `faspe:`
|
|
837
|
+
* Space character in `faspe:` URL are percent encoded if needed.
|
|
805
838
|
* `preview scan`: If file_id is unknown, ignore and continue scan.
|
|
806
839
|
|
|
807
840
|
### Breaking Changes
|
|
@@ -833,7 +866,7 @@ Released: 2021-08-24
|
|
|
833
866
|
|
|
834
867
|
* On Windows `conf ascp use` expects ascp.exe.
|
|
835
868
|
* (break) multi_session_threshold is Integer, not String.
|
|
836
|
-
* `conf ascp install` renames sdk folder if it already exists (leftover shared lib may make fail).
|
|
869
|
+
* `conf ascp install` renames `sdk` folder if it already exists (leftover shared lib may make fail).
|
|
837
870
|
* Removed `replace_illegal_chars` from default `aspera.conf` causing "Error creating illegal char conversion table".
|
|
838
871
|
|
|
839
872
|
### Breaking Changes
|
|
@@ -853,8 +886,8 @@ Released: 2021-06-23
|
|
|
853
886
|
* Added option `sdk_url` to install SDK from local file for offline install.
|
|
854
887
|
* Check new gem version periodically.
|
|
855
888
|
* The --fields= option, support -_field_name_ to remove a field from default fields.
|
|
856
|
-
*
|
|
857
|
-
* `mimemagic` is now optional, needs manual
|
|
889
|
+
* OAuth's tokens are discarded automatically after 30 minutes (useful for COS delegated refresh tokens).
|
|
890
|
+
* `mimemagic` is now optional, needs manual installation for `preview`, compatible with version 0.4.x.
|
|
858
891
|
* AoC a password can be provided for a public link.
|
|
859
892
|
* `conf doc` take an optional parameter to go to a section.
|
|
860
893
|
* Initial support for Faspex 5 Beta 1.
|
|
@@ -876,7 +909,7 @@ Released: 2021-02-03
|
|
|
876
909
|
### Breaking Changes
|
|
877
910
|
|
|
878
911
|
* Changed default tool name from `mlia` to `ascli`.
|
|
879
|
-
*
|
|
912
|
+
* Renamed `aspera` command to `aoc`.
|
|
880
913
|
* Changed gem name from `asperalm` to `aspera-cli`.
|
|
881
914
|
* Changed module name from `Asperalm` to `Aspera`.
|
|
882
915
|
* Removed command `folder` in `preview`, merged to `scan`.
|
|
@@ -884,7 +917,7 @@ Released: 2021-02-03
|
|
|
884
917
|
|
|
885
918
|
## 0.11.8
|
|
886
919
|
|
|
887
|
-
* Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require
|
|
920
|
+
* Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require an X server (previously using `Xvfb`).
|
|
888
921
|
|
|
889
922
|
## 0.11.7
|
|
890
923
|
|
|
@@ -893,7 +926,7 @@ Released: 2021-02-03
|
|
|
893
926
|
* Fixed option `lock_port` not working.
|
|
894
927
|
* Generate special icon if preview failed.
|
|
895
928
|
* Possibility to choose transfer progress bar type with option `progress`.
|
|
896
|
-
* AoC package creation now output package
|
|
929
|
+
* AoC package creation now output package ID.
|
|
897
930
|
|
|
898
931
|
## 0.11.6
|
|
899
932
|
|
|
@@ -910,13 +943,13 @@ Released: 2021-02-03
|
|
|
910
943
|
* Added option `default_ports` for AoC (see manual).
|
|
911
944
|
* Allow bulk delete in `aspera files` with option `bulk=yes`.
|
|
912
945
|
* Fix getting connect versions.
|
|
913
|
-
* Added section for
|
|
914
|
-
* Support all ciphers for [`direct`](README.md#agt_direct) agent (including
|
|
915
|
-
* Added transfer spec
|
|
946
|
+
* Added section for AIX.
|
|
947
|
+
* Support all ciphers for [`direct`](README.md#agt_direct) agent (including GCM, etc.).
|
|
948
|
+
* Added transfer spec parameter `apply_local_docroot` for [`direct`](README.md#agt_direct).
|
|
916
949
|
|
|
917
950
|
## 0.11.4
|
|
918
951
|
|
|
919
|
-
* Possibility to give shared inbox name when sending a package (else use
|
|
952
|
+
* Possibility to give shared inbox name when sending a package (else use ID and type).
|
|
920
953
|
|
|
921
954
|
## 0.11.3
|
|
922
955
|
|
|
@@ -924,7 +957,7 @@ Released: 2021-02-03
|
|
|
924
957
|
|
|
925
958
|
## 0.11.2
|
|
926
959
|
|
|
927
|
-
* Fixes on multi-session: Progress
|
|
960
|
+
* Fixes on multi-session: Progress bar and transfer spec parameter for `direct`.
|
|
928
961
|
|
|
929
962
|
## 0.11.1
|
|
930
963
|
|
|
@@ -932,7 +965,7 @@ Released: 2021-02-03
|
|
|
932
965
|
|
|
933
966
|
## 0.11
|
|
934
967
|
|
|
935
|
-
* Add transfer spec option (agent `direct` only) to provide file list directly to ascp
|
|
968
|
+
* Add transfer spec option (agent `direct` only) to provide file list directly to `ascp`: `EX_file_list`.
|
|
936
969
|
|
|
937
970
|
## 0.10.18
|
|
938
971
|
|
|
@@ -954,7 +987,7 @@ Released: 2021-02-03
|
|
|
954
987
|
|
|
955
988
|
## 0.10.14
|
|
956
989
|
|
|
957
|
-
* Added missing bss plugin.
|
|
990
|
+
* Added missing `bss` plugin.
|
|
958
991
|
|
|
959
992
|
## 0.10.13
|
|
960
993
|
|
|
@@ -995,12 +1028,12 @@ Released: 2021-02-03
|
|
|
995
1028
|
|
|
996
1029
|
## 0.10.6
|
|
997
1030
|
|
|
998
|
-
* FaspManager: Transfer spec `authentication` no
|
|
1031
|
+
* FaspManager: Transfer spec `authentication` is no longer needed for local transfer to use Aspera public keys. Public keys will be used if there is a token and no key or password is provided.
|
|
999
1032
|
* Gem version requirements made more open.
|
|
1000
1033
|
|
|
1001
1034
|
## 0.10.5
|
|
1002
1035
|
|
|
1003
|
-
* Fix
|
|
1036
|
+
* Fix Faspex package receive command not working.
|
|
1004
1037
|
|
|
1005
1038
|
## 0.10.4
|
|
1006
1039
|
|
|
@@ -1009,7 +1042,7 @@ Released: 2021-02-03
|
|
|
1009
1042
|
|
|
1010
1043
|
## 0.10.3
|
|
1011
1044
|
|
|
1012
|
-
* Included
|
|
1045
|
+
* Included username in OAuth bearer token cache for AoC when JWT is used.
|
|
1013
1046
|
|
|
1014
1047
|
## 0.10.2
|
|
1015
1048
|
|
|
@@ -1038,7 +1071,7 @@ Released: 2021-02-03
|
|
|
1038
1071
|
|
|
1039
1072
|
## 0.9.34
|
|
1040
1073
|
|
|
1041
|
-
* Parser
|
|
1074
|
+
* Parser `@preset` can be used again in option `transfer_info`.
|
|
1042
1075
|
* Some documentation re-organizing.
|
|
1043
1076
|
|
|
1044
1077
|
## 0.9.33
|
|
@@ -1053,7 +1086,7 @@ Released: 2021-02-03
|
|
|
1053
1086
|
### New Features
|
|
1054
1087
|
|
|
1055
1088
|
* All Faspex public links are now supported.
|
|
1056
|
-
* Removed
|
|
1089
|
+
* Removed Faspex operation `recv_publink`. Replaced with option `link` (consistent with AoC).
|
|
1057
1090
|
|
|
1058
1091
|
## 0.9.31
|
|
1059
1092
|
|
|
@@ -1097,7 +1130,7 @@ Released: 2021-02-03
|
|
|
1097
1130
|
### New Features
|
|
1098
1131
|
|
|
1099
1132
|
* Defined REST error handlers, more error conditions detected.
|
|
1100
|
-
* Commands to select specific ascp location.
|
|
1133
|
+
* Commands to select specific `ascp` location.
|
|
1101
1134
|
|
|
1102
1135
|
## 0.9.21
|
|
1103
1136
|
|
|
@@ -1110,7 +1143,7 @@ Released: 2021-02-03
|
|
|
1110
1143
|
|
|
1111
1144
|
### New Features
|
|
1112
1145
|
|
|
1113
|
-
* Improved wizard (prepare for AoC global client
|
|
1146
|
+
* Improved wizard (prepare for AoC global client ID).
|
|
1114
1147
|
* Preview generator: Added option : `skip_format` with values `png`, `mp4`.
|
|
1115
1148
|
* Removed outdated pictures from this doc.
|
|
1116
1149
|
|
|
@@ -1124,7 +1157,7 @@ Released: 2021-02-03
|
|
|
1124
1157
|
|
|
1125
1158
|
### New Features
|
|
1126
1159
|
|
|
1127
|
-
* Enhanced
|
|
1160
|
+
* Enhanced Aspera admin events to support query.
|
|
1128
1161
|
|
|
1129
1162
|
## 0.9.16
|
|
1130
1163
|
|
|
@@ -1137,19 +1170,19 @@ Released: 2021-02-03
|
|
|
1137
1170
|
|
|
1138
1171
|
### New Features
|
|
1139
1172
|
|
|
1140
|
-
* New feature:
|
|
1173
|
+
* New feature: `find` command in Aspera Files.
|
|
1141
1174
|
* Sample code for transfer API.
|
|
1142
1175
|
|
|
1143
1176
|
## 0.9.12
|
|
1144
1177
|
|
|
1145
1178
|
### New Features
|
|
1146
1179
|
|
|
1147
|
-
* Add nagios commands.
|
|
1148
|
-
* Support of ATS for IBM Cloud, removed old version based on
|
|
1180
|
+
* Add `nagios` commands.
|
|
1181
|
+
* Support of ATS for IBM Cloud, removed old version based on Aspera ID.
|
|
1149
1182
|
|
|
1150
1183
|
## 0.9.11
|
|
1151
1184
|
|
|
1152
|
-
* Support of ATS for IBM Cloud, removed old version based on
|
|
1185
|
+
* Support of ATS for IBM Cloud, removed old version based on Aspera ID.
|
|
1153
1186
|
|
|
1154
1187
|
### Breaking Changes
|
|
1155
1188
|
|
|
@@ -1163,7 +1196,7 @@ Released: 2021-02-03
|
|
|
1163
1196
|
### Breaking Changes
|
|
1164
1197
|
|
|
1165
1198
|
* **global**: Parameter transfer-node becomes more generic: `transfer-info`.
|
|
1166
|
-
* **global**: Replaced download_mode option with http_download action.
|
|
1199
|
+
* **global**: Replaced `download_mode` option with `http_download` action.
|
|
1167
1200
|
|
|
1168
1201
|
## 0.9.9
|
|
1169
1202
|
|
|
@@ -1173,7 +1206,7 @@ Released: 2021-02-03
|
|
|
1173
1206
|
|
|
1174
1207
|
### Breaking Changes
|
|
1175
1208
|
|
|
1176
|
-
* **global**:
|
|
1209
|
+
* **global**: `aspera package send` parameter deprecated, use the --value option instead with "recipients" value. See example.
|
|
1177
1210
|
|
|
1178
1211
|
## 0.9.8
|
|
1179
1212
|
|
|
@@ -1218,7 +1251,7 @@ Released: 2021-02-03
|
|
|
1218
1251
|
|
|
1219
1252
|
### Breaking Changes
|
|
1220
1253
|
|
|
1221
|
-
* `oncloud`: `oncloud file list` follow `--source` convention as well (plus specific case for download when first path is source folder, and
|
|
1254
|
+
* `oncloud`: `oncloud file list` follow `--source` convention as well (plus specific case for download when first path is source folder, and others are source file names).
|
|
1222
1255
|
|
|
1223
1256
|
## 0.9.3
|
|
1224
1257
|
|
|
@@ -1244,17 +1277,17 @@ Released: 2021-02-03
|
|
|
1244
1277
|
|
|
1245
1278
|
### Breaking Changes
|
|
1246
1279
|
|
|
1247
|
-
* `faspex`: Changed
|
|
1280
|
+
* `faspex`: Changed Faspex package creation to match API, see Faspex section.
|
|
1248
1281
|
|
|
1249
1282
|
## 0.9
|
|
1250
1283
|
|
|
1251
1284
|
### New Features
|
|
1252
1285
|
|
|
1253
|
-
* Automatic rename and conversion of former config folder from aslmcli to ascli
|
|
1286
|
+
* Automatic rename and conversion of former config folder from `aslmcli` to `ascli`.
|
|
1254
1287
|
|
|
1255
1288
|
### Breaking Changes
|
|
1256
1289
|
|
|
1257
|
-
* Renamed the CLI from aslmcli to ascli
|
|
1290
|
+
* Renamed the CLI from `aslmcli` to `ascli`.
|
|
1258
1291
|
|
|
1259
1292
|
## 0.7.6
|
|
1260
1293
|
|
|
@@ -1273,7 +1306,7 @@ Released: 2021-02-03
|
|
|
1273
1306
|
### Breaking Changes
|
|
1274
1307
|
|
|
1275
1308
|
* `aoc`: AoC `package recv` take option if for package instead of argument.
|
|
1276
|
-
* **global**: Rest class and
|
|
1309
|
+
* **global**: Rest class and OAuth class changed initialization parameters.
|
|
1277
1310
|
|
|
1278
1311
|
## 0.6.19
|
|
1279
1312
|
|
data/CONTRIBUTING.md
CHANGED
|
@@ -114,6 +114,8 @@ The following environment variables and macros control specific build behaviors:
|
|
|
114
114
|
| `ENABLE_COVERAGE` | set/unset | Enables test coverage analysis when defined. |
|
|
115
115
|
| `SIGNING_KEY` | File path | Path to the signing key used for building the gem file. |
|
|
116
116
|
| `SIGNING_KEY_PEM` | PEM Value | The PEM content of the signing key. |
|
|
117
|
+
| `DRY_RUN` | `1` | Simulates execution without performing actual operations (`git`, `gh`). |
|
|
118
|
+
| `DEBUG` | `1` | Shows stack trace on errors during documentation generation. |
|
|
117
119
|
|
|
118
120
|
These values can be set as standard environment variables or passed directly to the `rake` command.
|
|
119
121
|
|
|
@@ -156,7 +158,7 @@ tlmgr install fvextra selnolig lualatex-math
|
|
|
156
158
|
rake doc:check_links
|
|
157
159
|
```
|
|
158
160
|
|
|
159
|
-
- Debug the generation process: `
|
|
161
|
+
- Debug the generation process: `DEBUG=1`.
|
|
160
162
|
|
|
161
163
|
- Build the documentation:
|
|
162
164
|
|
|
@@ -254,6 +256,13 @@ bundle exec rake container:test
|
|
|
254
256
|
bundle exec rake doc:check_links
|
|
255
257
|
```
|
|
256
258
|
|
|
259
|
+
- **Check release procedure**:
|
|
260
|
+
|
|
261
|
+
```shell
|
|
262
|
+
bundle exec rake release:run DRY_RUN=1
|
|
263
|
+
git restore lib/aspera/cli/version.rb CHANGELOG.md docs/README.md
|
|
264
|
+
```
|
|
265
|
+
|
|
257
266
|
### Automated Release Process
|
|
258
267
|
|
|
259
268
|
Releases are managed through the GitHub Actions UI via the **New Release on GitHub** workflow (`.github/workflows/release.yml`).
|
|
@@ -313,4 +322,4 @@ This triggers the `.github/workflows/deploy.yml` action to publish to RubyGems.
|
|
|
313
322
|
- [rest-client](https://github.com/rest-client/rest-client)
|
|
314
323
|
- [oauth2](https://github.com/oauth-xx/oauth2)
|
|
315
324
|
- Integrate `thor` <http://whatisthor.com/> or another standard Ruby CLI framework.
|
|
316
|
-
- Explore [Traveling Ruby](https://github.com/phusion/traveling-ruby) for distribution.
|
|
325
|
+
- Explore [Traveling Ruby](https://github.com/phusion/traveling-ruby) for distribution, or [truby Traveling Ruby](https://github.com/trubygems/traveling-ruby).
|