Skip to content

Commit 9c6967a

Browse files
docs(registry): components (#3065)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 299f0de commit 9c6967a

12 files changed

+30
-30
lines changed

cmd/scw/testdata/test-all-usage-registry-image-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry image delete <image-id ...> [arg=value ...]
77

88
ARGS:
9-
image-id The UUID of the image
9+
image-id UUID of the image
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-registry-image-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry image get <image-id ...> [arg=value ...]
77

88
ARGS:
9-
image-id The UUID of the image
9+
image-id UUID of the image
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-registry-image-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
33
An image represents a container image. A container image is a file that includes all the requirements and instructions of a complete and executable version of an application. When running, it becomes one or multiple instances of that application.
44

5-
The visibility of an image can be public - when anyone can pull it, private - when only users within your organization can pull it, or inherited from the namespace visibility - which is the default. The visibility of your image can be changed using the [update image endpoit](https://developers.scaleway.com/en/products/registry/api/#patch-e73745).
5+
The visibility of an image can be public - when anyone can pull it, private - when only users within your organization can pull it, or inherited from the namespace visibility - which is the default. The visibility of your image can be changed using the [update image endpoit](#path-images-update-an-image).
66

77
USAGE:
88
scw registry image <command>

cmd/scw/testdata/test-all-usage-registry-namespace-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARGS:
99
name=<generated> Name of the namespace
1010
[description] Description of the namespace
1111
[project-id] Project ID to use. If none is passed the default project ID will be used
12-
[is-public] Whether or not namespace is public
12+
[is-public] Defines whether or not namespace is public
1313
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
1414
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1515

cmd/scw/testdata/test-all-usage-registry-namespace-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry namespace delete <namespace-id ...> [arg=value ...]
77

88
ARGS:
9-
namespace-id The UUID of the namespace
9+
namespace-id UUID of the namespace
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-registry-namespace-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry namespace get <namespace-id ...> [arg=value ...]
77

88
ARGS:
9-
namespace-id The UUID of the namespace
9+
namespace-id UUID of the namespace
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-registry-namespace-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
namespace-id ID of the namespace to update
1010
[description] Namespace description
11-
[is-public] Whether or not the namespace is public
11+
[is-public] Defines whether or not the namespace is public
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1313

1414
FLAGS:

cmd/scw/testdata/test-all-usage-registry-tag-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry tag delete <tag-id ...> [arg=value ...]
77

88
ARGS:
9-
tag-id The UUID of the tag
9+
tag-id UUID of the tag
1010
[force] If two tags share the same digest the deletion will fail unless this parameter is set to true
1111
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1212

cmd/scw/testdata/test-all-usage-registry-tag-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw registry tag get <tag-id ...> [arg=value ...]
77

88
ARGS:
9-
tag-id The UUID of the tag
9+
tag-id UUID of the tag
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-registry-tag-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
[order-by] Criteria to use when ordering tag listings. Possible values are `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc`, `region`, `status_asc` and `status_desc`. The default value is `created_at_asc`. (created_at_asc | created_at_desc | name_asc | name_desc)
10-
image-id The UUID of the image
10+
image-id UUID of the image
1111
[name] Filter by the tag name (exact match)
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1313

0 commit comments

Comments
 (0)