You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
The remote command uses exactly the same configs as `check`, but executes requests from the APId cloud. This allows you to test your API from around the world. Remote will run all the transactions defined in `apid.yaml` in the current directory or optionally take a path to the config via the `-c` or `--config` flag. To get familiar with the syntax of a config file, see [Reference](../reference/README.md)
3
+
The cloud check command uses exactly the same configs as `check`, but executes requests from the APId cloud. This allows you to test your API from around the world. Remote will run all the transactions defined in `apid.yaml` in the current directory or optionally take a path to the config via the `-c` or `--config` flag. To get familiar with the syntax of a config file, see [Reference](../reference/README.md)
4
4
5
5
# Details
6
6
7
-
Remote takes all the transactions that you have specified in the yaml. The steps in each transaction are executed sequentially. If a step fails, then the whole transaction is aborted and the rest of the steps are ignored. Each step is executed on a remote server, in a location specified via the command line flags. If a transaction fails, this will be reported in the console and the next transaction will be started.
7
+
Check takes all the transactions that you have specified in the yaml. The steps in each transaction are executed sequentially. If a step fails, then the whole transaction is aborted and the rest of the steps are ignored. Each step is executed on a remote server, in a location specified via the command line flags. If a transaction fails, this will be reported in the console and the next transaction will be started.
8
8
9
9
## Flags
10
10
@@ -18,7 +18,7 @@ Remote takes all the transactions that you have specified in the yaml. The steps
Copy file name to clipboardExpand all lines: docs/cloud/remote.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In order to use the power of the cloud you will need a personal access key. To g
17
17
18
18
Once you have your key you will need to [install the APId CLI](../installation/cli.md) (if you haven't already) or use our [official docker image](../installation/docker.md).
19
19
20
-
A reference on how use the CLI after installation for remote execution can be found [here](../cli/remote.md).
20
+
A reference on how use the CLI after installation for remote execution can be found [here](../cli/cloud/check.md).
0 commit comments