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
Copy file name to clipboardExpand all lines: content/v1/cli-reference.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -522,19 +522,19 @@ SUBCOMMANDS:
522
522
523
523
{{ startTab "v1.3"}}
524
524
525
-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
525
+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
526
526
527
527
{{ blockEnd }}
528
528
529
529
{{ startTab "v1.4"}}
530
530
531
-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
531
+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
532
532
533
533
{{ blockEnd }}
534
534
535
535
{{ startTab "v1.5"}}
536
536
537
-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
537
+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
538
538
539
539
{{ blockEnd }}
540
540
@@ -689,19 +689,19 @@ OPTIONS:
689
689
690
690
{{ startTab "v1.3"}}
691
691
692
-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
692
+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
693
693
694
694
{{ blockEnd }}
695
695
696
696
{{ startTab "v1.4"}}
697
697
698
-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
698
+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
699
699
700
700
{{ blockEnd }}
701
701
702
702
{{ startTab "v1.5"}}
703
703
704
-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
704
+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
705
705
706
706
{{ blockEnd }}
707
707
@@ -888,19 +888,19 @@ OPTIONS:
888
888
889
889
{{ startTab "v1.3"}}
890
890
891
-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
891
+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
892
892
893
893
{{ blockEnd }}
894
894
895
895
{{ startTab "v1.4"}}
896
896
897
-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
897
+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
898
898
899
899
{{ blockEnd }}
900
900
901
901
{{ startTab "v1.5"}}
902
902
903
-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
903
+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
904
904
905
905
{{ blockEnd }}
906
906
@@ -913,19 +913,19 @@ The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/clo
913
913
914
914
{{ startTab "v1.3"}}
915
915
916
-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
916
+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
917
917
918
918
{{ blockEnd }}
919
919
920
920
{{ startTab "v1.4"}}
921
921
922
-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
922
+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
923
923
924
924
{{ blockEnd }}
925
925
926
926
{{ startTab "v1.5"}}
927
927
928
-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
928
+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
Copy file name to clipboardExpand all lines: content/v1/sqlite-api-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ By default, a given component of an app will not have access to any SQLite datab
26
26
sqlite_databases = ["default"]
27
27
```
28
28
29
-
> Note: To deploy your Database application to Fermyon Cloud using `spin cloud deploy`, see the [SQLite Database](/cloud/noops-sql-db#accessing-private-beta) section in the documentation. It covers signing up for the private beta and setting up your Cloud database tables and initial data.
29
+
> Note: To deploy your Database application to Fermyon Cloud using `spin cloud deploy`, see the [SQLite Database](https://developer.fermyon.com/cloud/noops-sql-db#accessing-private-beta) section in the documentation. It covers signing up for the private beta and setting up your Cloud database tables and initial data.
0 commit comments