Budget

Budget

Overview

SCP에서 제공하는 Budget 서비스를 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 Budget 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.0CURRENT-

CLI Version History

1.0

Budget CLI가 출시되었습니다.

변경사항

  • [신규] budget account budget list [--size {value}] [--page {value}] [--sort {value}] [--search_name {value}] [--budget_name {value}] - ListAccountBudgets 명령어가 추가되었습니다.
  • [신규] budget account budget show --budget_id {value} - ShowAccountBudget 명령어가 추가되었습니다.
  • [신규] budget account budget create --unit {value} --start_month {value} --name {value} --amount {value} [--is_use_notification {value}] [--notification_send_period {value}] [--thresholds {value}] [--is_use_prevention {value}] [--threshold {value}] [--notifications_receivers {value}] [--prevention_receivers {value}] - CreateAccountBudget 명령어가 추가되었습니다.
  • [신규] budget account budget set --budget_id {value} --unit {value} --start_month {value} --name {value} --amount {value} [--is_use_notification {value}] [--notification_send_period {value}] [--thresholds {value}] [--is_use_prevention {value}] [--threshold {value}] [--notifications_receivers {value}] [--prevention_receivers {value}] - SetAccountBudget 명령어가 추가되었습니다.
  • [신규] budget account budget delete --budget_id {value} - DeleteAccountBudget 명령어가 추가되었습니다.