Skip to content

Commit

Permalink
fixup! fixup! Add commands to manage credits
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Nov 24, 2023
1 parent 9865e5b commit 6b86912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/commands/organizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Example
+--------------------------------------+-----------------+------------------+---------------------+------------+----------+
| id | original_amount | remaining_amount | expiration_date | comment | status |
|--------------------------------------+-----------------+------------------+---------------------+------------+----------|
| f8207787-8458-4cab-94c1-4ca84a702154 | $300.0 | $300.0 | 2023-12-24T11:34:56 | Free Trial | ACTIVE |
| f8207787-8458-4cab-94c1-4ca84a702154 | $300.0 | $300.0 | 2023-12-24T12:34:56 | Free Trial | ACTIVE |
+--------------------------------------+-----------------+------------------+---------------------+------------+----------+
Expand All @@ -448,13 +448,13 @@ Example
sh$ croud organizations credits create \
--org-id f6c39580-5719-431d-a508-0cee4f9e8209 \
--amount 300 \
--expiration-date 2023-12-24T12:34:56 \
--expiration-date 2023-12-24T12:34:56Z \
--comment "Free Trial" \
--sudo
+--------------------------------------+-----------------+---------------------+------------+----------+
| id | original_amount | expiration_date | comment | status |
|--------------------------------------+-----------------+---------------------+------------+----------|
| f8207787-8458-4cab-94c1-4ca84a702154 | $300.0 | 2023-12-24T11:34:56 | Free Trial | ACTIVE |
| f8207787-8458-4cab-94c1-4ca84a702154 | $300.0 | 2023-12-24T12:34:56 | Free Trial | ACTIVE |
+--------------------------------------+-----------------+---------------------+------------+----------+
==> Success: Credit created.
Expand Down Expand Up @@ -485,7 +485,7 @@ Example
+--------------------------------------+-----------------+---------------------+------------+----------+
| id | original_amount | expiration_date | comment | status |
|--------------------------------------+-----------------+---------------------+------------+----------|
| f8207787-8458-4cab-94c1-4ca84a702154 | $500.0 | 2023-12-24T11:34:56 | Free Trial | ACTIVE |
| f8207787-8458-4cab-94c1-4ca84a702154 | $500.0 | 2023-12-24T12:34:56 | Free Trial | ACTIVE |
+--------------------------------------+-----------------+---------------------+------------+----------+
==> Success: Credit edited.
Expand Down

0 comments on commit 6b86912

Please sign in to comment.