Skip to content

Commit fd0c2bc

Browse files
Removed unecessary line breaks and prefixed padding (#365)
GitOrigin-RevId: 80d2552f985824e6c6f1f42d4e4a00b5f14306de
1 parent 70b1887 commit fd0c2bc

14 files changed

+26
-58
lines changed

cmd/object.go

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ var objectCmd = &cobra.Command{
99
Short: "Manage object storage",
1010
Long: `Manage object storage for your Render services.
1111
12-
Object storage allows you to store and retrieve arbitrary data. Use these commands
13-
to list, upload, download, and delete objects.
12+
Object storage allows you to store and retrieve arbitrary data. Use these commands to list, upload, download, and delete objects.
1413
15-
The --region flag specifies which region to use. Alternatively, set the
16-
RENDER_REGION environment variable. The --region flag takes precedence
17-
if both are provided.
14+
The --region flag specifies which region to use. Alternatively, set the RENDER_REGION environment variable. The --region flag takes precedence if both are provided.
1815
19-
When using the --local flag, objects are stored in the .render/objects/ directory
20-
instead of cloud storage.
16+
When using the --local flag, objects are stored in the .render/objects/ directory instead of cloud storage.
2117
2218
Available commands:
2319
list - List objects in storage

cmd/objectdelete.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ var objectDeleteCmd = &cobra.Command{
3939
Short: "Delete one or more objects from storage",
4040
Long: `Delete one or more objects from storage.
4141
42-
This operation is irreversible. By default, you will be prompted for confirmation
43-
unless you specify the --yes flag.
42+
This operation is irreversible. By default, you will be prompted for confirmation unless you specify the --yes flag.
4443
45-
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true),
46-
files are deleted from the .render/objects/ directory.
44+
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true), files are deleted from the .render/objects/ directory.
4745
4846
Examples:
4947
render ea objects delete my/object/key --region=oregon

cmd/objectget.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ var objectGetCmd = &cobra.Command{
3737
Short: "Download a file from object storage",
3838
Long: `Download a file from object storage.
3939
40-
If --file is not specified, the object content is written to stdout,
41-
which is useful for piping to other commands.
40+
If --file is not specified, the object content is written to stdout, which is useful for piping to other commands.
4241
43-
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true),
44-
files are read from the .render/objects/ directory.
42+
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true), files are read from the .render/objects/ directory.
4543
4644
Examples:
4745
render ea objects get my/object/key --file=/path/to/output.txt --region=oregon

cmd/objectlist.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ var objectListCmd = &cobra.Command{
3737
3838
Displays object keys, content types, sizes, and last modified timestamps.
3939
40-
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true),
41-
lists files from the .render/objects/ directory.
40+
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true), lists files from the .render/objects/ directory.
4241
4342
Examples:
4443
render ea objects list --region=oregon

cmd/objectput.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ var objectPutCmd = &cobra.Command{
3939
Short: "Upload a file to object storage",
4040
Long: `Upload a file to object storage.
4141
42-
The key is the path/name under which the object will be stored. Keys can include
43-
path-like structures (e.g., "uploads/images/photo.jpg").
42+
The key is the path/name under which the object will be stored. Keys can include path-like structures (e.g., "uploads/images/photo.jpg").
4443
45-
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true),
46-
files are stored in the .render/objects/ directory.
44+
In local development mode (--local flag or RENDER_USE_LOCAL_DEV=true), files are stored in the .render/objects/ directory.
4745
4846
Examples:
4947
render ea objects put my/object/key --file=/path/to/file.txt --region=oregon

cmd/skills.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ import (
1313
var skillsCmd = &cobra.Command{
1414
Use: "skills",
1515
Short: "Manage Render agent skills for AI coding tools",
16-
Long: `Install and manage Render agent skills for AI coding tools such as
17-
Claude Code, Codex, OpenCode, and Cursor.
16+
Long: `Install and manage Render agent skills for AI coding tools such as Claude Code, Codex, OpenCode, and Cursor.
1817
19-
Skills add deployment, debugging, and monitoring capabilities to your
20-
AI coding assistant.`,
18+
Skills add deployment, debugging, and monitoring capabilities to your AI coding assistant.`,
2119
RunE: func(cmd *cobra.Command, args []string) error {
2220
ctx := cmd.Context()
2321
stack := tui.GetStackFromContext(ctx)

cmd/skillsinstall.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ type SkillsInstallInput struct {
2121
var skillsInstallCmd = &cobra.Command{
2222
Use: "install",
2323
Short: "Install Render skills to AI coding tools",
24-
Long: `Install Render agent skills from https://github.com/render-oss/skills to
25-
detected AI coding tools.
24+
Long: `Install Render agent skills from https://github.com/render-oss/skills to detected AI coding tools.
2625
2726
Supported tools: Claude Code, Codex, OpenCode, Cursor.
2827

cmd/skillslist.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import (
1111
var skillsListCmd = &cobra.Command{
1212
Use: "list",
1313
Short: "List installed Render skills and detected tools",
14-
Long: `Show which Render skills are currently installed and which AI coding tools
15-
they are installed to. This reads from local state only — no network
16-
access is required.
14+
Long: `Show which Render skills are currently installed and which AI coding tools they are installed to. This reads from local state only — no network access is required.
1715
1816
Use --scope to filter by installation scope (user or project).`,
1917
SilenceUsage: true,

cmd/skillsupdate.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ import (
1111
var skillsUpdateCmd = &cobra.Command{
1212
Use: "update",
1313
Short: "Update previously installed Render skills",
14-
Long: `Re-install Render skills using the tool and skill selections saved by
15-
a previous "render skills install" run.
14+
Long: `Re-install Render skills using the tool and skill selections saved by a previous "render skills install" run.
1615
17-
This fetches the latest version of each selected skill from the skills
18-
repository, compares with installed versions, and updates any that have changed.
16+
This fetches the latest version of each selected skill from the skills repository, compares with installed versions, and updates any that have changed.
1917
2018
Use --scope to update skills at a specific scope (user or project).`,
2119
SilenceUsage: true,

cmd/tasklist.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ func NewTaskListCmd(deps flows.WorkflowDeps) *cobra.Command {
1818
Short: "List tasks in a workflow version",
1919
Long: `List all tasks defined in a workflow version.
2020
21-
Tasks are user-defined functions registered with the Render workflow SDK. Each time you
22-
release a workflow service, Render creates a new workflow version and registers all tasks
23-
it finds in that version.
21+
Tasks are user-defined functions registered with the Render workflow SDK. Each time you release a workflow service, Render creates a new workflow version and registers all tasks it finds in that version.
2422
2523
In interactive mode, you will be prompted to select a workflow if not provided.
2624
2725
Local Development:
28-
When using the --local flag, you don't need to provide a workflow version ID. Instead,
29-
the command connects to your local dev server (default port 8120) to list tasks from
30-
your running workflow service. Start the dev server with 'render workflows dev' first.
26+
When using the --local flag, you don't need to provide a workflow version ID. Instead, the command connects to your local dev server (default port 8120) to list tasks from your running workflow service. Start the dev server with 'render workflows dev' first.
3127
3228
Examples:
3329
render workflows tasks list wfv-1234

0 commit comments

Comments
 (0)