mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 21:23:07 -08:00
796 B
796 B
DO - プロジェクト
{{#include ../../../banners/hacktricks-training.md}}
基本情報
プロジェクトは、すべてのサービス(ドロップレット、スペース、データベース、Kubernetes...)が内部で一緒に実行されるためのコンテナです。
詳細については、次を確認してください:
{{#ref}} ../do-basic-information.md {{#endref}}
列挙
ユーザーがアクセスできるすべてのプロジェクトと、プロジェクト内で実行されているすべてのリソースを簡単に列挙することが可能です:
doctl projects list # Get projects
doctl projects resources list <proj-id> # Get all the resources of a project
{{#include ../../../banners/hacktricks-training.md}}