aspera-cli 4.25.6 → 4.26.1
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 +89 -48
- data/CONTRIBUTING.md +1 -1
- data/lib/aspera/api/aoc.rb +120 -79
- data/lib/aspera/api/node.rb +103 -51
- data/lib/aspera/ascp/installation.rb +99 -32
- data/lib/aspera/assert.rb +17 -13
- data/lib/aspera/cli/extended_value.rb +7 -2
- data/lib/aspera/cli/formatter.rb +107 -95
- data/lib/aspera/cli/main.rb +69 -10
- data/lib/aspera/cli/manager.rb +158 -78
- data/lib/aspera/cli/options.schema.yaml +82 -0
- data/lib/aspera/cli/plugins/aoc.rb +247 -144
- data/lib/aspera/cli/plugins/ats.rb +3 -3
- data/lib/aspera/cli/plugins/base.rb +60 -76
- data/lib/aspera/cli/plugins/config.rb +14 -12
- data/lib/aspera/cli/plugins/console.rb +3 -3
- data/lib/aspera/cli/plugins/faspex.rb +6 -6
- data/lib/aspera/cli/plugins/faspex5.rb +24 -23
- data/lib/aspera/cli/plugins/node.rb +67 -71
- 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 +2 -10
- data/lib/aspera/cli/plugins/shares.rb +7 -7
- data/lib/aspera/cli/sync_actions.rb +1 -1
- data/lib/aspera/cli/transfer_agent.rb +17 -15
- data/lib/aspera/cli/version.rb +1 -1
- data/lib/aspera/command_line_builder.rb +22 -18
- data/lib/aspera/dot_container.rb +7 -3
- data/lib/aspera/environment.rb +6 -5
- data/lib/aspera/formatter_interface.rb +14 -0
- data/lib/aspera/hash_ext.rb +6 -0
- data/lib/aspera/log.rb +5 -4
- data/lib/aspera/markdown.rb +4 -1
- data/lib/aspera/oauth/factory.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/proxy_auto_config.rb +3 -0
- data/lib/aspera/rest.rb +2 -1
- data/lib/aspera/rest_list.rb +23 -16
- data/lib/aspera/schema/IBM Aspera Faspex API-5.0-enhanced.yaml +62801 -0
- data/lib/aspera/schema/IBM Aspera on Cloud API-0.2.6-enhanced.yaml +8898 -0
- data/lib/aspera/schema/documentation.rb +107 -0
- data/lib/aspera/schema/reader.rb +75 -0
- data/lib/aspera/schema/registry.rb +63 -0
- data/lib/aspera/secret_hider.rb +3 -1
- data/lib/aspera/sync/conf.schema.yaml +0 -26
- data/lib/aspera/sync/operations.rb +9 -5
- data/lib/aspera/transfer/faux_file.rb +1 -1
- data/lib/aspera/transfer/resumer.rb +1 -1
- data/lib/aspera/transfer/spec.rb +3 -3
- data/lib/aspera/transfer/spec.schema.yaml +1 -1
- data/lib/aspera/uri_reader.rb +17 -2
- data/lib/aspera/yaml.rb +4 -2
- data.tar.gz.sig +0 -0
- metadata +13 -7
- metadata.gz.sig +0 -0
- data/lib/aspera/transfer/spec_doc.rb +0 -76
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bffa626f5f4970bf91f90b15e594315d3c81a1ed92c8eff2f9533f7faef71aab
|
|
4
|
+
data.tar.gz: 552c9b1d9225d3c1360f83d920bface08022314c7227bf36e7af439310e51c75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b655e7eaeee027e393fc7136c3f3b1a8d679a0825fb7d92baa6fa854d5cd68b11c01ecbeb9c32c457044f6eef3ae2bdbf22afa324b3d79643ec169aaad8f632
|
|
7
|
+
data.tar.gz: eeb29fc5c14cbe809e31ee229b79cd650632987d93af8a892001e49aea06aa68ace8f7f660345dc27edf0a1ad6350a85e285ba449d8cc39774f9f4c1d4832a8a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,47 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
|
|
4
4
|
|
|
5
|
+
## 4.26.1
|
|
6
|
+
|
|
7
|
+
Released: 2026-06-11
|
|
8
|
+
|
|
9
|
+
### New Features
|
|
10
|
+
|
|
11
|
+
* `aoc`: Added new command `admin workspace shared_folder <workspace ID> node <shared folder ID>` to provide direct access to node operations from shared folders.
|
|
12
|
+
* **global**: Schema for Extended Value for option or command argument can now be retrieved using the special value `help` (e.g., `--ts=help` or `package send help`). Those are generated from JSON schema descriptions.
|
|
13
|
+
* **doc**: Some tables in documentation are now generated from JSON schema descriptions.
|
|
14
|
+
|
|
15
|
+
### Issues Fixed
|
|
16
|
+
|
|
17
|
+
* **global**: Resolved issue where supported enumerated values were not properly listed when no value was provided (e.g., for command parameters).
|
|
18
|
+
|
|
19
|
+
## 4.26.0
|
|
20
|
+
|
|
21
|
+
Released: 2026-05-28
|
|
22
|
+
|
|
23
|
+
### New Features
|
|
24
|
+
|
|
25
|
+
* `preview`: New option `root_url` (replaces `file_access`), to override how to access files on storage.
|
|
26
|
+
* `node`: (also `aoc files`) Operation `modify` added to `permissions`.
|
|
27
|
+
* `node`: (also `aoc files`) Operation `list` now uses paging.
|
|
28
|
+
* `aoc`: When creating a shared inbox, the value of option `workspace` is now used as default value to set field `workspace_id`.
|
|
29
|
+
* `aoc`: Support additional operations on `admin application`, like activate/deactivate app in workspace.
|
|
30
|
+
* `aoc`: Support additional operations on `admin user` and `user`: `preferences` and `notifications`.
|
|
31
|
+
* `aoc`: Support selection of workspace using percent selectors: `%name:` and `%id:`.
|
|
32
|
+
* **global**: Added download URLs for `transferd` 1.1.8.
|
|
33
|
+
* **global**: New Extended Value modifier: `s` converts to `String`.
|
|
34
|
+
* **global**: Parameter `str_lst_sep` of option `table_style` allows setting separator for list of strings.
|
|
35
|
+
|
|
36
|
+
### Issues Fixed
|
|
37
|
+
|
|
38
|
+
* `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.
|
|
39
|
+
* **global**: Fixed #254.
|
|
40
|
+
|
|
41
|
+
### Breaking Changes
|
|
42
|
+
|
|
43
|
+
* `preview`: Removed option `file_access`, replaced with option `root_url`.
|
|
44
|
+
* `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`.
|
|
45
|
+
|
|
5
46
|
## 4.25.6
|
|
6
47
|
|
|
7
48
|
Released: 2026-04-08
|
|
@@ -30,7 +71,7 @@ Released: 2026-03-04
|
|
|
30
71
|
|
|
31
72
|
### New Features
|
|
32
73
|
|
|
33
|
-
* **
|
|
74
|
+
* **global**: If `@:` is used, then marker `END` optionally marks the end of collected arguments.
|
|
34
75
|
* `format`: `display` defaults to `info` only if `format` is set to `table`, else defaults to `data`.
|
|
35
76
|
* `node`: Parameter `accept_v4` of option `node_api` (boolean, defaults to `true`) allows using gen4 browsing with `Accept-Version: 4.0` for best performance when there are thousands of files.
|
|
36
77
|
|
|
@@ -309,7 +350,7 @@ Released: 2025-01-21
|
|
|
309
350
|
### New Features
|
|
310
351
|
|
|
311
352
|
* `aoc`: Improved usability for creation of Admin shared folders.
|
|
312
|
-
* `node`: New option `node_cache` (
|
|
353
|
+
* `node`: New option `node_cache` (boolean) for gen4 operations.
|
|
313
354
|
* `node`: Option `root_id` now always works for node gen4, as well as `%id:` for file selection in addition to path.
|
|
314
355
|
* `node`: `transfer list` now uses the `iteration_token` to retrieve all values. Option `once_only` is now supported.
|
|
315
356
|
* **global**: Option `http_options` now include retry options.
|
|
@@ -413,7 +454,7 @@ Released: 2024-07-13
|
|
|
413
454
|
|
|
414
455
|
### Breaking Changes
|
|
415
456
|
|
|
416
|
-
* `config`: Command `remote_certificate` now takes a
|
|
457
|
+
* `config`: Command `remote_certificate` now takes a command.
|
|
417
458
|
* **global**: Moved a few internal classes in new/renamed modules.
|
|
418
459
|
* **global**: Deprecated pseudo transfer specification parameters starting with `EX_`:
|
|
419
460
|
* `EX_ssh_key_paths`: Use spec `ssh_private_key` or option `transfer_info={"ascp_args":["-i","..."]}`
|
|
@@ -498,7 +539,7 @@ General: Removed many redundant options, more consistency between plugins, see b
|
|
|
498
539
|
* **global**: Renamed option `notif_to` to `notify_to` and `notif_template` to `notify_template`.
|
|
499
540
|
* **global**: Removed extended value handler `incps`, as it is never used (use `extend` instead).
|
|
500
541
|
* **global**: Option `fields`: `+prop` is replaced with: `DEF,prop` and `-field` is replaced with: `DEF,-field`, and whole list is evaluated.
|
|
501
|
-
* **global**: Replaced option `progress` with option `progressbar` (
|
|
542
|
+
* **global**: Replaced option `progress` with option `progressbar` (boolean).
|
|
502
543
|
* **global**: Removed option `rest_debug` and `-r`, replaced with `--log-level=trace2`.
|
|
503
544
|
* **global**: The default file name for private key when using wizard is change from `aspera_aoc_key` to `my_private_key.pem`.
|
|
504
545
|
* `faspex5`: Removed option and `auth` type `link`: simply provide the public link as `url`.
|
|
@@ -626,8 +667,8 @@ Released: 2023-01-26
|
|
|
626
667
|
* **container**: Image has entry point.
|
|
627
668
|
* `aoc`: `admin res node` commands `v3` and `v4` replaced with `do` and command `v3` moved inside `do`.
|
|
628
669
|
* Renamed options for `sync`.
|
|
629
|
-
* Node gen4 operations are moved from aoc plugin to node plugin but made available where gen4 is used.
|
|
630
|
-
* If
|
|
670
|
+
* Node gen4 operations are moved from `aoc` plugin to node plugin but made available where gen4 is used.
|
|
671
|
+
* If WSS is enabled on server, use WSS.
|
|
631
672
|
* Lots of cleanup and refactoring.
|
|
632
673
|
|
|
633
674
|
## 4.10.0
|
|
@@ -677,9 +718,9 @@ Released: 2022-06-16
|
|
|
677
718
|
### New Features
|
|
678
719
|
|
|
679
720
|
* #76 add resource `group_membership` in `aoc`.
|
|
680
|
-
*
|
|
681
|
-
*
|
|
682
|
-
*
|
|
721
|
+
* New resource `metadata_profile` in `faspex5`.
|
|
722
|
+
* New command `user profile` in `faspex5`.
|
|
723
|
+
* Config wizard for `faspex5`.
|
|
683
724
|
* #75 gem is signed.
|
|
684
725
|
|
|
685
726
|
### Breaking Changes
|
|
@@ -703,7 +744,7 @@ Released: 2022-03-23
|
|
|
703
744
|
* Option `show_secrets` to reveal secrets in command output.
|
|
704
745
|
* Added and updated commands for Faspex 5.
|
|
705
746
|
* Option `cache_tokens`.
|
|
706
|
-
* Faspex4 dropbox packages can now be received by
|
|
747
|
+
* Faspex4 dropbox packages can now be received by ID.
|
|
707
748
|
|
|
708
749
|
### Issues Fixed
|
|
709
750
|
|
|
@@ -713,7 +754,7 @@ Released: 2022-03-23
|
|
|
713
754
|
|
|
714
755
|
* Command `conf gem path` replaces `conf gem_path`.
|
|
715
756
|
* Option `fpac` expects a value instead of URL.
|
|
716
|
-
* Option `cipher` in transfer spec must
|
|
757
|
+
* Option `cipher` in transfer spec must be hyphened.
|
|
717
758
|
* Renamed option `log_passwords` to `log_secrets`.
|
|
718
759
|
* Removed plugin `shares2` as products is now EOL.
|
|
719
760
|
|
|
@@ -730,7 +771,7 @@ Released: 2022-02-04
|
|
|
730
771
|
|
|
731
772
|
### Issues Fixed
|
|
732
773
|
|
|
733
|
-
* #60 ascli executable was not installed by default in 4.5.0.
|
|
774
|
+
* #60 `ascli` executable was not installed by default in 4.5.0.
|
|
734
775
|
* Add password hiding case in logs.
|
|
735
776
|
|
|
736
777
|
### Breaking Changes
|
|
@@ -749,9 +790,9 @@ Released: 2021-12-27
|
|
|
749
790
|
### New Features
|
|
750
791
|
|
|
751
792
|
* Support transfer agent: [Transfer SDK](README.md#agt_trsdk).
|
|
752
|
-
* Support [
|
|
793
|
+
* Support [HTTP socket options](README.md#http_options).
|
|
753
794
|
* Logs hide passwords and secrets, option `log_passwords` to enable logging secrets.
|
|
754
|
-
* `config vault` supports encrypted passwords, also
|
|
795
|
+
* `config vault` supports encrypted passwords, also macOS keychain.
|
|
755
796
|
* `config preset` command for consistency with macOS.
|
|
756
797
|
* Identifier can be provided using either option `id` or directly after the command, e.g. `delete 123` is the same as `delete --id=123`.
|
|
757
798
|
|
|
@@ -777,7 +818,7 @@ Released: 2021-11-13
|
|
|
777
818
|
* `aoc admin res xxx list` now get all items by default #50.
|
|
778
819
|
* `preset` option can specify name or hash value.
|
|
779
820
|
* `node` plugin accepts bearer token and access key as credential.
|
|
780
|
-
* `node` option `token_type` allows using basic token in addition to
|
|
821
|
+
* `node` option `token_type` allows using basic token in addition to Aspera type.
|
|
781
822
|
|
|
782
823
|
### Breaking Changes
|
|
783
824
|
|
|
@@ -800,14 +841,14 @@ Released: 2021-09-23
|
|
|
800
841
|
### New Features
|
|
801
842
|
|
|
802
843
|
* `faspex package list` retrieves the whole list, not just first page.
|
|
803
|
-
* Support web based auth to aoc and
|
|
844
|
+
* Support web based auth to `aoc` and `faspex5` using HTTPS, new dependency on gem `webrick`.
|
|
804
845
|
* The error "Remote host is not who we expected" displays a special remediation message.
|
|
805
846
|
* `conf ascp spec` displays supported transfer spec.
|
|
806
847
|
* Options `notif_to` and `notif_template` to send email notifications on transfer (and other events).
|
|
807
848
|
|
|
808
849
|
### Issues Fixed
|
|
809
850
|
|
|
810
|
-
* Space character in `faspe:`
|
|
851
|
+
* Space character in `faspe:` URL are percent encoded if needed.
|
|
811
852
|
* `preview scan`: If file_id is unknown, ignore and continue scan.
|
|
812
853
|
|
|
813
854
|
### Breaking Changes
|
|
@@ -839,7 +880,7 @@ Released: 2021-08-24
|
|
|
839
880
|
|
|
840
881
|
* On Windows `conf ascp use` expects ascp.exe.
|
|
841
882
|
* (break) multi_session_threshold is Integer, not String.
|
|
842
|
-
* `conf ascp install` renames sdk folder if it already exists (leftover shared lib may make fail).
|
|
883
|
+
* `conf ascp install` renames `sdk` folder if it already exists (leftover shared lib may make fail).
|
|
843
884
|
* Removed `replace_illegal_chars` from default `aspera.conf` causing "Error creating illegal char conversion table".
|
|
844
885
|
|
|
845
886
|
### Breaking Changes
|
|
@@ -859,8 +900,8 @@ Released: 2021-06-23
|
|
|
859
900
|
* Added option `sdk_url` to install SDK from local file for offline install.
|
|
860
901
|
* Check new gem version periodically.
|
|
861
902
|
* The --fields= option, support -_field_name_ to remove a field from default fields.
|
|
862
|
-
*
|
|
863
|
-
* `mimemagic` is now optional, needs manual
|
|
903
|
+
* OAuth's tokens are discarded automatically after 30 minutes (useful for COS delegated refresh tokens).
|
|
904
|
+
* `mimemagic` is now optional, needs manual installation for `preview`, compatible with version 0.4.x.
|
|
864
905
|
* AoC a password can be provided for a public link.
|
|
865
906
|
* `conf doc` take an optional parameter to go to a section.
|
|
866
907
|
* Initial support for Faspex 5 Beta 1.
|
|
@@ -882,7 +923,7 @@ Released: 2021-02-03
|
|
|
882
923
|
### Breaking Changes
|
|
883
924
|
|
|
884
925
|
* Changed default tool name from `mlia` to `ascli`.
|
|
885
|
-
*
|
|
926
|
+
* Renamed `aspera` command to `aoc`.
|
|
886
927
|
* Changed gem name from `asperalm` to `aspera-cli`.
|
|
887
928
|
* Changed module name from `Asperalm` to `Aspera`.
|
|
888
929
|
* Removed command `folder` in `preview`, merged to `scan`.
|
|
@@ -890,7 +931,7 @@ Released: 2021-02-03
|
|
|
890
931
|
|
|
891
932
|
## 0.11.8
|
|
892
933
|
|
|
893
|
-
* Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require
|
|
934
|
+
* Simplified to use `unoconv` instead of bare `libreoffice` for office conversion, as `unoconv` does not require an X server (previously using `Xvfb`).
|
|
894
935
|
|
|
895
936
|
## 0.11.7
|
|
896
937
|
|
|
@@ -899,7 +940,7 @@ Released: 2021-02-03
|
|
|
899
940
|
* Fixed option `lock_port` not working.
|
|
900
941
|
* Generate special icon if preview failed.
|
|
901
942
|
* Possibility to choose transfer progress bar type with option `progress`.
|
|
902
|
-
* AoC package creation now output package
|
|
943
|
+
* AoC package creation now output package ID.
|
|
903
944
|
|
|
904
945
|
## 0.11.6
|
|
905
946
|
|
|
@@ -916,13 +957,13 @@ Released: 2021-02-03
|
|
|
916
957
|
* Added option `default_ports` for AoC (see manual).
|
|
917
958
|
* Allow bulk delete in `aspera files` with option `bulk=yes`.
|
|
918
959
|
* Fix getting connect versions.
|
|
919
|
-
* Added section for
|
|
920
|
-
* Support all ciphers for [`direct`](README.md#agt_direct) agent (including
|
|
921
|
-
* Added transfer spec
|
|
960
|
+
* Added section for AIX.
|
|
961
|
+
* Support all ciphers for [`direct`](README.md#agt_direct) agent (including GCM, etc.).
|
|
962
|
+
* Added transfer spec parameter `apply_local_docroot` for [`direct`](README.md#agt_direct).
|
|
922
963
|
|
|
923
964
|
## 0.11.4
|
|
924
965
|
|
|
925
|
-
* Possibility to give shared inbox name when sending a package (else use
|
|
966
|
+
* Possibility to give shared inbox name when sending a package (else use ID and type).
|
|
926
967
|
|
|
927
968
|
## 0.11.3
|
|
928
969
|
|
|
@@ -930,7 +971,7 @@ Released: 2021-02-03
|
|
|
930
971
|
|
|
931
972
|
## 0.11.2
|
|
932
973
|
|
|
933
|
-
* Fixes on multi-session: Progress bar and transfer spec
|
|
974
|
+
* Fixes on multi-session: Progress bar and transfer spec parameter for `direct`.
|
|
934
975
|
|
|
935
976
|
## 0.11.1
|
|
936
977
|
|
|
@@ -938,7 +979,7 @@ Released: 2021-02-03
|
|
|
938
979
|
|
|
939
980
|
## 0.11
|
|
940
981
|
|
|
941
|
-
* Add transfer spec option (agent `direct` only) to provide file list directly to ascp
|
|
982
|
+
* Add transfer spec option (agent `direct` only) to provide file list directly to `ascp`: `EX_file_list`.
|
|
942
983
|
|
|
943
984
|
## 0.10.18
|
|
944
985
|
|
|
@@ -960,7 +1001,7 @@ Released: 2021-02-03
|
|
|
960
1001
|
|
|
961
1002
|
## 0.10.14
|
|
962
1003
|
|
|
963
|
-
* Added missing bss plugin.
|
|
1004
|
+
* Added missing `bss` plugin.
|
|
964
1005
|
|
|
965
1006
|
## 0.10.13
|
|
966
1007
|
|
|
@@ -1006,7 +1047,7 @@ Released: 2021-02-03
|
|
|
1006
1047
|
|
|
1007
1048
|
## 0.10.5
|
|
1008
1049
|
|
|
1009
|
-
* Fix
|
|
1050
|
+
* Fix Faspex package receive command not working.
|
|
1010
1051
|
|
|
1011
1052
|
## 0.10.4
|
|
1012
1053
|
|
|
@@ -1015,7 +1056,7 @@ Released: 2021-02-03
|
|
|
1015
1056
|
|
|
1016
1057
|
## 0.10.3
|
|
1017
1058
|
|
|
1018
|
-
* Included
|
|
1059
|
+
* Included username in OAuth bearer token cache for AoC when JWT is used.
|
|
1019
1060
|
|
|
1020
1061
|
## 0.10.2
|
|
1021
1062
|
|
|
@@ -1044,7 +1085,7 @@ Released: 2021-02-03
|
|
|
1044
1085
|
|
|
1045
1086
|
## 0.9.34
|
|
1046
1087
|
|
|
1047
|
-
* Parser
|
|
1088
|
+
* Parser `@preset` can be used again in option `transfer_info`.
|
|
1048
1089
|
* Some documentation re-organizing.
|
|
1049
1090
|
|
|
1050
1091
|
## 0.9.33
|
|
@@ -1059,7 +1100,7 @@ Released: 2021-02-03
|
|
|
1059
1100
|
### New Features
|
|
1060
1101
|
|
|
1061
1102
|
* All Faspex public links are now supported.
|
|
1062
|
-
* Removed
|
|
1103
|
+
* Removed Faspex operation `recv_publink`. Replaced with option `link` (consistent with AoC).
|
|
1063
1104
|
|
|
1064
1105
|
## 0.9.31
|
|
1065
1106
|
|
|
@@ -1103,7 +1144,7 @@ Released: 2021-02-03
|
|
|
1103
1144
|
### New Features
|
|
1104
1145
|
|
|
1105
1146
|
* Defined REST error handlers, more error conditions detected.
|
|
1106
|
-
* Commands to select specific ascp location.
|
|
1147
|
+
* Commands to select specific `ascp` location.
|
|
1107
1148
|
|
|
1108
1149
|
## 0.9.21
|
|
1109
1150
|
|
|
@@ -1116,7 +1157,7 @@ Released: 2021-02-03
|
|
|
1116
1157
|
|
|
1117
1158
|
### New Features
|
|
1118
1159
|
|
|
1119
|
-
* Improved wizard (prepare for AoC global client
|
|
1160
|
+
* Improved wizard (prepare for AoC global client ID).
|
|
1120
1161
|
* Preview generator: Added option : `skip_format` with values `png`, `mp4`.
|
|
1121
1162
|
* Removed outdated pictures from this doc.
|
|
1122
1163
|
|
|
@@ -1130,7 +1171,7 @@ Released: 2021-02-03
|
|
|
1130
1171
|
|
|
1131
1172
|
### New Features
|
|
1132
1173
|
|
|
1133
|
-
* Enhanced
|
|
1174
|
+
* Enhanced Aspera admin events to support query.
|
|
1134
1175
|
|
|
1135
1176
|
## 0.9.16
|
|
1136
1177
|
|
|
@@ -1143,19 +1184,19 @@ Released: 2021-02-03
|
|
|
1143
1184
|
|
|
1144
1185
|
### New Features
|
|
1145
1186
|
|
|
1146
|
-
* New feature:
|
|
1187
|
+
* New feature: `find` command in Aspera Files.
|
|
1147
1188
|
* Sample code for transfer API.
|
|
1148
1189
|
|
|
1149
1190
|
## 0.9.12
|
|
1150
1191
|
|
|
1151
1192
|
### New Features
|
|
1152
1193
|
|
|
1153
|
-
* Add nagios commands.
|
|
1154
|
-
* Support of ATS for IBM Cloud, removed old version based on
|
|
1194
|
+
* Add `nagios` commands.
|
|
1195
|
+
* Support of ATS for IBM Cloud, removed old version based on Aspera ID.
|
|
1155
1196
|
|
|
1156
1197
|
## 0.9.11
|
|
1157
1198
|
|
|
1158
|
-
* Support of ATS for IBM Cloud, removed old version based on
|
|
1199
|
+
* Support of ATS for IBM Cloud, removed old version based on Aspera ID.
|
|
1159
1200
|
|
|
1160
1201
|
### Breaking Changes
|
|
1161
1202
|
|
|
@@ -1169,7 +1210,7 @@ Released: 2021-02-03
|
|
|
1169
1210
|
### Breaking Changes
|
|
1170
1211
|
|
|
1171
1212
|
* **global**: Parameter transfer-node becomes more generic: `transfer-info`.
|
|
1172
|
-
* **global**: Replaced download_mode option with http_download action.
|
|
1213
|
+
* **global**: Replaced `download_mode` option with `http_download` action.
|
|
1173
1214
|
|
|
1174
1215
|
## 0.9.9
|
|
1175
1216
|
|
|
@@ -1179,7 +1220,7 @@ Released: 2021-02-03
|
|
|
1179
1220
|
|
|
1180
1221
|
### Breaking Changes
|
|
1181
1222
|
|
|
1182
|
-
* **global**:
|
|
1223
|
+
* **global**: `aspera package send` parameter deprecated, use the --value option instead with "recipients" value. See example.
|
|
1183
1224
|
|
|
1184
1225
|
## 0.9.8
|
|
1185
1226
|
|
|
@@ -1224,7 +1265,7 @@ Released: 2021-02-03
|
|
|
1224
1265
|
|
|
1225
1266
|
### Breaking Changes
|
|
1226
1267
|
|
|
1227
|
-
* `oncloud`: `oncloud file list` follow `--source` convention as well (plus specific case for download when first path is source folder, and
|
|
1268
|
+
* `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).
|
|
1228
1269
|
|
|
1229
1270
|
## 0.9.3
|
|
1230
1271
|
|
|
@@ -1250,17 +1291,17 @@ Released: 2021-02-03
|
|
|
1250
1291
|
|
|
1251
1292
|
### Breaking Changes
|
|
1252
1293
|
|
|
1253
|
-
* `faspex`: Changed
|
|
1294
|
+
* `faspex`: Changed Faspex package creation to match API, see Faspex section.
|
|
1254
1295
|
|
|
1255
1296
|
## 0.9
|
|
1256
1297
|
|
|
1257
1298
|
### New Features
|
|
1258
1299
|
|
|
1259
|
-
* Automatic rename and conversion of former config folder from aslmcli to ascli
|
|
1300
|
+
* Automatic rename and conversion of former config folder from `aslmcli` to `ascli`.
|
|
1260
1301
|
|
|
1261
1302
|
### Breaking Changes
|
|
1262
1303
|
|
|
1263
|
-
* Renamed the CLI from aslmcli to ascli
|
|
1304
|
+
* Renamed the CLI from `aslmcli` to `ascli`.
|
|
1264
1305
|
|
|
1265
1306
|
## 0.7.6
|
|
1266
1307
|
|
|
@@ -1279,7 +1320,7 @@ Released: 2021-02-03
|
|
|
1279
1320
|
### Breaking Changes
|
|
1280
1321
|
|
|
1281
1322
|
* `aoc`: AoC `package recv` take option if for package instead of argument.
|
|
1282
|
-
* **global**: Rest class and
|
|
1323
|
+
* **global**: Rest class and OAuth class changed initialization parameters.
|
|
1283
1324
|
|
|
1284
1325
|
## 0.6.19
|
|
1285
1326
|
|
data/CONTRIBUTING.md
CHANGED
|
@@ -114,7 +114,7 @@ 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
|
|
117
|
+
| `DRY_RUN` | `1` | Simulates execution without performing actual operations (`git`, `gh`). |
|
|
118
118
|
| `DEBUG` | `1` | Shows stack trace on errors during documentation generation. |
|
|
119
119
|
|
|
120
120
|
These values can be set as standard environment variables or passed directly to the `rake` command.
|