Skip to content

Commit c7d6d5f

Browse files
chore(apple-silicon): remove unused content (#3157)
Co-authored-by: Rémy Léone <[email protected]>
1 parent b6879b4 commit c7d6d5f

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
lines changed

cmd/scw/testdata/test-all-usage-apple-silicon-usage.golden

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation).
4-
5-
These dedicated Mac mini M1s are designed for developing, building, testing, and signing applications for Apple devices, including iPhones, iPads, Mac computers and much more.
6-
7-
Get set to explore, learn and build on a dedicated Mac mini M1 with more performance and speed than you ever thought possible.
8-
9-
**Apple silicon as a Service comes with a minimum allocation period of 24 hours**.
10-
11-
Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and other countries and regions.
12-
IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used by Apple under license.
13-
Scaleway is not affiliated with Apple Inc.
3+
Apple silicon API.
144

155
USAGE:
166
scw apple-silicon <command>

docs/commands/apple-silicon.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw apple-silicon`
3-
Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation).
4-
5-
These dedicated Mac mini M1s are designed for developing, building, testing, and signing applications for Apple devices, including iPhones, iPads, Mac computers and much more.
6-
7-
Get set to explore, learn and build on a dedicated Mac mini M1 with more performance and speed than you ever thought possible.
8-
9-
**Apple silicon as a Service comes with a minimum allocation period of 24 hours**.
10-
11-
Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and other countries and regions.
12-
IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used by Apple under license.
13-
Scaleway is not affiliated with Apple Inc.
3+
Apple silicon API.
144

155
- [OS management commands](#os-management-commands)
166
- [Get an Operating System (OS)](#get-an-operating-system-(os))

internal/namespaces/applesilicon/v1alpha1/applesilicon_cli.go

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,8 @@ func GetGeneratedCommands() *core.Commands {
3838
}
3939
func appleSiliconRoot() *core.Command {
4040
return &core.Command{
41-
Short: `Apple silicon API`,
42-
Long: `Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation).
43-
44-
These dedicated Mac mini M1s are designed for developing, building, testing, and signing applications for Apple devices, including iPhones, iPads, Mac computers and much more.
45-
46-
Get set to explore, learn and build on a dedicated Mac mini M1 with more performance and speed than you ever thought possible.
47-
48-
**Apple silicon as a Service comes with a minimum allocation period of 24 hours**.
49-
50-
Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and other countries and regions.
51-
IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used by Apple under license.
52-
Scaleway is not affiliated with Apple Inc.`,
41+
Short: `Apple silicon API`,
42+
Long: `Apple silicon API.`,
5343
Namespace: "apple-silicon",
5444
}
5545
}

0 commit comments

Comments
 (0)