Skip to content

Commit da2fd0f

Browse files
authored
Merge pull request #1325 from ArmDeveloperEcosystem/main
Merge to production
2 parents 90ae16b + 750d663 commit da2fd0f

File tree

50 files changed

+1454
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1454
-158
lines changed

.wordlist.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,4 +3215,34 @@ pyplot
32153215
scheduler's
32163216
torchvision
32173217
uOps
3218-
unsqueeze
3218+
unsqueeze
3219+
3220+
ACR
3221+
Abena
3222+
Adoptium
3223+
Amanfo
3224+
Arlo
3225+
Fitbit
3226+
Milvus
3227+
Amanfo
3228+
OCTLA
3229+
OpenAg
3230+
Sysbox
3231+
TCK
3232+
TOSA
3233+
Temurin
3234+
Zhang
3235+
Zilliz
3236+
arrhythmias
3237+
ggerganov
3238+
milvus
3239+
msbuild
3240+
nestybox
3241+
pte
3242+
replug
3243+
sam
3244+
sysbox
3245+
tinyml
3246+
tvOS
3247+
watchOS
3248+
zilliz

assets/contributors.csv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
author,company,github,linkedin,twitter,website
22
Jason Andrews,Arm,jasonrandrews,jason-andrews-7b05a8,,
3-
Pareena Verma,Arm,pareenaverma,,,
3+
Pareena Verma,Arm,pareenaverma,pareena-verma-7853607,,
44
Ronan Synnott,Arm,,ronansynnott,,
55
Florent Lebeau,Arm,,,,
66
Brenda Strech,Remote.It,bstrech,bstrech,@remote_it,www.remote.it
@@ -39,4 +39,5 @@ Gayathri Narayana Yegna Narayanan,Arm,,,,
3939
Alexandros Lamprineas,Arm,,,,
4040
Annie Tallund,Arm,annietllnd,annietallund,,
4141
Cyril Rohr,RunsOn,crohr,cyrilrohr,,
42-
Rin Dobrescu,Arm,,,,
42+
Rin Dobrescu,Arm,,,,
43+
Przemyslaw Wirkus,Arm,PrzemekWirkus,przemyslaw-wirkus-78b73352,,
-3.92 KB
Binary file not shown.
56.2 KB
Loading
-36 KB
Binary file not shown.
-62.3 KB
Loading
-63.9 KB
Loading
3.78 KB
Loading

content/install-guides/aws-copilot.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,60 @@ To install Copilot on macOS:
7373
curl -Lo copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-darwin && chmod +x copilot && sudo mv copilot /usr/local/bin/copilot && copilot --help
7474
```
7575

76+
The help message is printed:
77+
78+
```output
79+
👩‍✈️ Launch and manage containerized applications on AWS.
80+
81+
Commands
82+
Getting Started 🌱
83+
init Create a new ECS or App Runner application.
84+
docs Open the copilot docs.
85+
86+
Develop ✨
87+
app Commands for applications.
88+
Applications are a collection of services and environments.
89+
env Commands for environments.
90+
Environments are deployment stages shared between services.
91+
svc Commands for services.
92+
Services are long-running ECS or App Runner services.
93+
job Commands for jobs.
94+
Jobs are tasks that are triggered by events.
95+
task Commands for tasks.
96+
One-off Amazon ECS tasks that terminate once their work is done.
97+
run Run the workload locally.
98+
99+
Release 🚀
100+
pipeline Commands for pipelines.
101+
Continuous delivery pipelines to release services.
102+
deploy Deploy one or more Copilot jobs or services.
103+
104+
Extend 🧸
105+
storage Commands for working with storage and databases.
106+
secret Commands for secrets.
107+
Secrets are sensitive information that you need in your application.
108+
109+
Settings ⚙️
110+
version Print the version number.
111+
completion Output shell completion code.
112+
113+
Flags
114+
-h, --help help for copilot
115+
-v, --version version for copilot
116+
117+
Examples
118+
Displays the help menu for the "init" command.
119+
`$ copilot init --help`
120+
```
121+
76122
Verify Copilot CLI is installed by running:
77123

78124
```console
79125
copilot --version
80126
```
81-
The version should be printed:
127+
128+
The installed version is displayed:
82129

83130
```output
84-
copilot version: v1.33.0
131+
copilot version: v1.34.0
85132
```

content/install-guides/hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A dialog should appear:
7878

7979
## How do I enable Hyper-V from the command line?
8080

81-
1. Open a Command Prompt or Windows PowerShell
81+
1. Open a Command Prompt or Windows PowerShell (as Administrator)
8282

8383
2. Run the `DISM` command below to enable Hyper-V:
8484

0 commit comments

Comments
 (0)