Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udl diff #5

Open
wants to merge 1 commit into
base: feature/old
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 2 additions & 29 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ compatible:
php vendor/bin/phpcs --config-set testVersion 5.6
php vendor/bin/phpcs -p --standard=PHPCompatibility src

fmt:
php vendor/bin/phpcbf
fmt: install
php vendor/bin/phpcbf || true

build:
composer dump-autoload
Expand All @@ -24,30 +24,3 @@ test-cov:

cov-show:
open build/coverage/index.html

gen:
ucloud-spec create opensdk \
--only "UFS" \
--only "UDisk" \
--only "UHost" \
--only "PathX" \
--only "UDDB" \
--only "UCDN" \
--only "UNet" \
--only "VPC2.0" \
--only "UDB" \
--only "UMem" \
--only "ULB" \
--only "Cube" \
--only "UK8S" \
--only "IPSecVPN" \
--only "UAccount" \
--only "UDPN" \
--only "UBill" \
--only "UPHost" \
--only "UFile" \
--only "USMS" \
--only "UEC" \
--public \
-s https://git.ucloudadmin.com/apispec/apispec.git \
/Users/user/code/oas/plugins/template-opensdk-php .
20 changes: 0 additions & 20 deletions examples/generic/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions examples/generic/main.php

This file was deleted.

19 changes: 0 additions & 19 deletions examples/two-tier/README.md

This file was deleted.

264 changes: 0 additions & 264 deletions examples/two-tier/main.php

This file was deleted.

21 changes: 0 additions & 21 deletions examples/uhost/README.md

This file was deleted.

Loading