Skip to content

Commit

Permalink
Merge pull request #40 from ionet-official/2.0.5
Browse files Browse the repository at this point in the history
2.0.5
  • Loading branch information
smiraldr committed May 15, 2024
2 parents 5f03c25 + 0603121 commit 83090f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IO-Net Official Binaries

##### Version: 2.0.4
##### Latest Version: 2.0.5

This repository contains official binaries for the io.net - Follow the instructions below to set up and run the binaries on your respective operating system.

Expand Down Expand Up @@ -97,18 +97,19 @@ This repository contains official binaries for the io.net - Follow the instructi
2. **Additional Arguments Mode**: You can also pass the arguments directly to the binary.
- [required] `--device_name`: (string) The name of the device.
- [required] `--device_id`: (string) The ID of the device.
- [optional] `--user_id`: (string) The ID of the user.
- [optional] `--operating_system`: (string) The operating system of the device.
- [optional] `--no_warnings`: (boolean) Disable warnings of deleting existing and running containers.
- [optional] `--no_cache`: (boolean) Disable loading arguments from in-disk cache of your device.
- [optional] `--token`: (string) User refresh token to enable silent authentication.
- [optional] `--disable_sleep_mode`: (boolean) Disable sleep mode for the device.

- see `--help` for additional commands.
- Example usage:
```
./io_net_launch_binary_linux --device_name=my_device --device_id=1234 --no_warnings=true --no_cache=true
```

- Note: The binary application will wait until the IO Worker Containers are up and running.
- Note: After one successful sign-in, the auth token will be saved in cache file. To re-authenticate use `--no_cache=true` flag.
- Note: The binary will cache the arguments on the disk for future use. If you DO NOT want to use cached arguments, you can pass the `--no_cache=true` argument.
- Note: If you want to disable warnings about deleting existing and running containers, you can pass the `--no_warnings=true` argument.
- Note: If you want to disable sleep mode for the device, you can pass the `--disable_sleep_mode=true` argument.
Expand Down
Binary file modified io_net_launch_binary_linux
Binary file not shown.
Binary file modified io_net_launch_binary_mac
Binary file not shown.
Binary file modified io_net_launch_binary_windows.exe
Binary file not shown.

0 comments on commit 83090f1

Please sign in to comment.