Skip to content

Commit 0aaab12

Browse files
authored
Merge pull request #4 from upsun/visual-change
update logo and readme descriptions
2 parents b3c41aa + 8255667 commit 0aaab12

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Upsun (CLI) extension
22

3-
Upsun is a fully-managed Platform as a Service (PaaS), which lets you deploy, scale web and API apps.
4-
Use Upsun's extension for VS Code to quickly manage your project at Upsun.
3+
Upsun is the cloud application platform that lets developers focus on building great applications, not infrastructure.
4+
Upsun is our analyst-recognized, developer-friendly, secure, sustainable, and enterprise-grade Cloud Application Platform..
55

66
Visit Upsun's [website](https://upsun.com/) for more information about the company.
77

88
## Features
99

10-
- Open public URLs of defined routes
10+
- Open public URLs of your project routes
1111
- Open Upsun console
1212
- Open SSH session
1313

1414
## Requirements
1515

1616
1. To use this extensions you need to [install Upsun's CLI](https://docs.upsun.com/development/cli.html#1-install)
1717
2. Install Upsun's CLI extension for Visual Studio Code
18-
3. Configure binary path to Upsun's CLI
1918

2019
## Building locally
2120

@@ -24,4 +23,4 @@ npm install
2423
./scripts/package_make.sh
2524
```
2625

27-
Which should output dist/upsun-cli-x.x.x.vsix that you can locally install
26+
which should output dist/upsun-cli-x.x.x.vsix that you can locally install

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "upsun",
33
"displayName": "Upsun Integration",
4-
"description": "Manage your Cloud infrastructure at Upsun from your favorite IDE",
5-
"version": "0.8.1",
4+
"description": "Use Upsun's extension for VS Code to quickly manage your Cloud Application Platform at Upsun",
5+
"version": "0.8.2",
66
"preview": true,
77
"author": {
8-
"name": "Mickael GAILLARD",
8+
"name": "Mickael GAILLARD - Duncan NAVES",
99
"url": "https://platform.sh"
1010
},
1111
"license": "SEE LICENSE IN LICENSE.txt",
1212
"homepage": "https://github.com/upsun/vscode-upsun/blob/main/README.md",
1313
"publisher": "Upsun",
14-
"icon": "resources/images/upsun-icon.png",
14+
"icon": "resources/images/upsun-logo.png",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/upsun/vscode-upsun"

resources/images/upsun-icon.png

-7.05 KB
Binary file not shown.

resources/images/upsun-logo.png

2.05 KB
Loading

0 commit comments

Comments
 (0)